aboutsummaryrefslogtreecommitdiffstats
path: root/LICENSES (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28mpt fusion: use dev_addr_set()Jakub Kicinski1-1/+1
2021-10-28firewire: don't write directly to netdev->dev_addrJakub Kicinski1-7/+7
2021-10-28media: use eth_hw_addr_set()Jakub Kicinski1-4/+4
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet2-6/+0
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet3-3/+0
2021-10-28tcp: factorize ip_summed settingEric Dumazet3-9/+2
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet2-6/+0
2021-10-28tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet1-7/+3
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet3-7/+8
2021-10-28tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet1-9/+1
2021-10-27net: phy: Fix unsigned comparison with less than zeroJiapeng Chong1-1/+1
2021-10-27mptcp: drop unused sk in mptcp_push_releaseGeliang Tang1-5/+4
2021-10-27mptcp: allocate fwd memory separately on the rx and tx pathPaolo Abeni2-145/+95
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni4-3/+14
2021-10-27tcp: define macros for a couple reclaim thresholdsPaolo Abeni1-2/+7
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet3-17/+21
2021-10-27xdp: Remove redundant warningYajun Deng1-2/+0
2021-10-27net: thunderbolt: use eth_hw_addr_set()Jakub Kicinski1-3/+5
2021-10-27staging: use of_get_ethdev_address()Jakub Kicinski1-1/+1
2021-10-27net: macb: Fix mdio child node detectionGuenter Roeck1-1/+1
2021-10-27net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee1-1/+1
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee2-20/+20
2021-10-27net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann1-20/+30
2021-10-27Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky1-5/+7
2021-10-27Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky1-5/+7
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean3-202/+43
2021-10-27net: bridge: create a common function for populating switchdev FDB entriesVladimir Oltean1-19/+22
2021-10-27net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean3-56/+54
2021-10-27net: bridge: reduce indentation level in fdb_createVladimir Oltean1-14/+17
2021-10-27net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean4-8/+7
2021-10-27net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean1-7/+7
2021-10-27net: bridge: remove fdb_insert forward declarationVladimir Oltean1-59/+57
2021-10-27net: bridge: remove fdb_notify forward declarationVladimir Oltean1-124/+122
2021-10-27net: mvneta: drop use of phylink_helper_basex_speed()Russell King (Oracle)1-9/+3
2021-10-27net: mvneta: remove interface checks in mvneta_validate()Russell King (Oracle)1-9/+2
2021-10-27net: mvneta: populate supported_interfaces memberRussell King1-0/+25
2021-10-26net/mlx5: Lag, Make mlx5_lag_is_multipath() be static inlineMaor Dickman1-1/+1
2021-10-26net/mlx5e: Prevent HW-GRO and CQE-COMPRESS features operate togetherKhalid Manaa2-0/+10
2021-10-26net/mlx5e: Add HW-GRO offloadKhalid Manaa1-0/+39
2021-10-26net/mlx5e: Add HW_GRO statisticsKhalid Manaa3-3/+34
2021-10-26net/mlx5e: HW_GRO cqe handler implementationKhalid Manaa3-11/+242
2021-10-26net/mlx5e: Add data path for SHAMPO featureBen Ben-Ishay2-0/+189
2021-10-26net/mlx5e: Add handle SHAMPO cqe supportKhalid Manaa3-35/+194
2021-10-26net/mlx5e: Add control path for SHAMPO featureBen Ben-Ishay6-30/+400
2021-10-26net/mlx5e: Add support to klm_umr_wqeBen Ben-Ishay2-1/+24
2021-10-26net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa15-92/+95
2021-10-26net/mlx5: Add SHAMPO caps, HW bits and enumerationsBen Ben-Ishay4-3/+64
2021-10-26net/mlx5e: Rename lro_timeout to packet_merge_timeoutBen Ben-Ishay5-9/+9
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay1-0/+5
2021-10-26lib: bitmap: Introduce node-aware alloc APITariq Toukan2-0/+15