Age | Commit message (Expand) | Author | Files | Lines |
2021-01-16 | net: mscc: ocelot: delete unused ocelot_set_cpu_port prototype | Vladimir Oltean | 1 | -4/+0 |
2021-01-16 | net: mscc: ocelot: add ops for decoding watermark threshold and occupancy | Vladimir Oltean | 1 | -0/+16 |
2021-01-16 | net: mscc: ocelot: auto-detect packet buffer size and number of frame references | Vladimir Oltean | 2 | -2/+21 |
2021-01-16 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 23 | -164/+130 |
2021-01-16 | net: ks8851: remove definition of DEBUG | Tom Rix | 3 | -6/+0 |
2021-01-16 | gianfar: remove definition of DEBUG | Tom Rix | 1 | -1/+0 |
2021-01-16 | netxen_nic: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 3 | -77/+77 |
2021-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 13 | -72/+126 |
2021-01-15 | bpf: Rename BPF_XADD and prepare to encode other atomics in .imm | Brendan Jackman | 3 | -11/+22 |
2021-01-15 | ch_ipsec: Remove initialization of rxq related data | Ayush Sawal | 1 | -3/+0 |
2021-01-15 | mlxsw: pci: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -31/+25 |
2021-01-15 | net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_add | Vladimir Oltean | 1 | -2/+1 |
2021-01-14 | net: stmmac: fix taprio configuration when base_time is in the past | Yannick Vignon | 1 | -2/+18 |
2021-01-14 | net: stmmac: fix taprio schedule configuration | Yannick Vignon | 1 | -48/+4 |
2021-01-14 | net: stmmac: Fixed mtu channged by cache aligned | David Wu | 1 | -1/+2 |
2021-01-14 | cxgb4/chtls: Fix tid stuck due to wrong update of qid | Ayush Sawal | 4 | -2/+82 |
2021-01-14 | i40e: fix potential NULL pointer dereferencing | Cristian Dumitrescu | 1 | -1/+1 |
2021-01-14 | dpaa2-mac: fix the remove path for non-MAC interfaces | Ioana Ciornei | 1 | -0/+3 |
2021-01-14 | dpaa2-eth: add support for Rx VLAN filtering | Ionut-robert Aron | 4 | -0/+184 |
2021-01-14 | octeontx2-pf: Add flow classification using IP next level protocol | Naveen Mamindlapalli | 4 | -21/+153 |
2021-01-14 | net: stmmac: use __napi_schedule() for PREEMPT_RT | Seb Laveze | 1 | -2/+2 |
2021-01-14 | net/mlx5e: IPsec, Remove unnecessary config flag usage | Tariq Toukan | 2 | -4/+0 |
2021-01-14 | net/mlx5e: IPsec, Inline feature_check fast-path function | Tariq Toukan | 3 | -18/+17 |
2021-01-14 | net/mlx5e: IPsec, Avoid unreachable return | Tariq Toukan | 1 | -2/+2 |
2021-01-14 | net/mlx5e: IPsec, Enclose csum logic under ipsec config | Tariq Toukan | 2 | -2/+11 |
2021-01-14 | net/mlx5e: CT: Remove redundant usage of zone mask | Roi Dayan | 1 | -3/+1 |
2021-01-14 | net/mlx5e: Remove redundant initialization to null | Roi Dayan | 1 | -2/+2 |
2021-01-14 | net/mlx5e: CT: Pass null instead of zero spec | Roi Dayan | 1 | -2/+1 |
2021-01-14 | net/mlx5e: E-Switch, Offload all chain 0 priorities when modify header and fo... | Jianbo Liu | 2 | -9/+0 |
2021-01-14 | net/mlx5: E-Switch, use new cap as condition for mpls over udp | Eli Cohen | 1 | -2/+2 |
2021-01-14 | net/mlx5e: Simplify condition on esw_vport_enable_qos() | Eli Cohen | 1 | -2/+1 |
2021-01-13 | bnxt_en: Clear DEFRAG flag in firmware message when retry flashing. | Pavan Chebbi | 1 | -1/+2 |
2021-01-13 | bnxt_en: Improve stats context resource accounting with RDMA driver loaded. | Michael Chan | 1 | -2/+6 |
2021-01-13 | fsl/fman: Add MII mode support. | Maxim Kochetkov | 1 | -0/+4 |
2021-01-13 | net: marvell: Fixed two spellings,controling to controlling and oen to one | Bhaskar Chowdhury | 1 | -1/+1 |
2021-01-13 | r8169: improve DASH support | Heiner Kallweit | 1 | -31/+22 |
2021-01-13 | r8169: improve rtl8169_rx_csum | Heiner Kallweit | 1 | -3/+5 |
2021-01-13 | r8169: align rtl_wol_suspend_quirk with vendor driver and rename it | Heiner Kallweit | 1 | -16/+4 |
2021-01-13 | net: ks8851: Select PHYLIB and MICREL_PHY in Kconfig | Marek Vasut | 1 | -0/+4 |
2021-01-12 | net: mvpp2: prs: improve ipv4 parse flow | Stefan Chulski | 1 | -25/+39 |
2021-01-12 | r8169: clean up rtl_pll_power_down/up functions | Heiner Kallweit | 1 | -8/+3 |
2021-01-12 | r8169: improve handling D3 PLL power-down | Heiner Kallweit | 1 | -29/+22 |
2021-01-12 | r8169: enable PLL power-down for chip versions 34, 35, 36, 42 | Heiner Kallweit | 1 | -7/+4 |
2021-01-12 | net: mvpp2: Remove Pause and Asym_Pause support | Stefan Chulski | 1 | -2/+0 |
2021-01-12 | r8169: make use of the unaligned access helpers | Heiner Kallweit | 1 | -22/+13 |
2021-01-12 | r8169: tweak max read request size for newer chips also in jumbo mtu mode | Heiner Kallweit | 1 | -4/+5 |
2021-01-12 | r8169: align RTL8168e jumbo pcie read request size with vendor driver | Heiner Kallweit | 1 | -4/+2 |
2021-01-12 | net: marvell: prestera: Correct typo | Florian Fainelli | 1 | -5/+5 |
2021-01-12 | mlxsw: spectrum_switchdev: remove transactional logic for VLAN objects | Vladimir Oltean | 1 | -33/+4 |
2021-01-12 | net: switchdev: remove the transaction structure from port attributes | Vladimir Oltean | 8 | -179/+61 |