summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-06mptcp: pm: add lockdep assertionsFlorian Westphal4-0/+24
2021-02-06selftests: mptcp: add command line arguments for mptcp_join.shGeliang Tang1-478/+590
2021-02-06Merge branch 'dpaa2-add-1000base-x-support'Jakub Kicinski3-6/+59
2021-02-06net: dpaa2-mac: add backplane link mode supportRussell King2-3/+6
2021-02-06net: dpaa2-mac: add 1000BASE-X supportRussell King1-3/+17
2021-02-06net: pcs: add pcs-lynx 1000BASE-X supportRussell King1-0/+36
2021-02-06net: wan: farsync: use new tasklet APIEmil Renner Berthing1-6/+6
2021-02-06Merge branch 'net-avoid-the-memory-waste-in-some-ethernet-drivers'Jakub Kicinski6-27/+61
2021-02-06net: dpaa2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-02-06net: octeontx2: Use napi_alloc_frag_align() to avoid the memory wasteKevin Hao1-2/+1
2021-02-06net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao2-18/+44
2021-02-06mm: page_frag: Introduce page_frag_alloc_align()Kevin Hao2-5/+15
2021-02-06net: dwc-xlgmac: Fix spelling mistake in function nameColin Ian King3-3/+3
2021-02-06net: mhi-net: Add re-aggregation of fragmented packetsLoic Poulain1-10/+64
2021-02-06net: qualcomm: rmnet: Fix rx_handler for non-linear skbsLoic Poulain1-0/+5
2021-02-06net: sched: Return the correct errno codeZheng Yongjun1-1/+1
2021-02-06dccp: Return the correct errno codeZheng Yongjun1-1/+1
2021-02-06net: bridge: mcast: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Xu Wang1-1/+1
2021-02-06net: ethernet: ti: fix netdevice stats for XDPLorenzo Bianconi4-9/+13
2021-02-06dpaa2-eth: Simplify the calculation of variablesJiapeng Chong1-1/+1
2021-02-06Merge tag 'wireless-drivers-next-2021-02-05' of git://git.kernel.org/pub/scm/...Jakub Kicinski41-170/+283
2021-02-06batman-adv: Fix names for kernel-doc blocksSven Eckelmann5-6/+7
2021-02-06batman-adv: Avoid sizeof on flexible structureSven Eckelmann1-1/+1
2021-02-06batman-adv: Drop publication years from copyright infoSven Eckelmann57-57/+57
2021-02-05net/mlx5e: Handle FIB events to update tunnel endpoint deviceVlad Buslov7-67/+773
2021-02-05net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov5-9/+9
2021-02-05net/mlx5e: TC preparation refactoring for routing update eventVlad Buslov5-9/+288
2021-02-05net/mlx5e: Refactor neigh update infrastructureVlad Buslov9-31/+35
2021-02-05net/mlx5e: Create route entry infrastructureVlad Buslov7-11/+290
2021-02-05net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov7-885/+947
2021-02-05net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov5-8/+143
2021-02-05net/mlx5e: Refactor reg_c1 usageVlad Buslov5-9/+26
2021-02-05net/mlx5e: VF tunnel RX traffic offloadingVlad Buslov5-8/+271
2021-02-05net/mlx5e: Remove redundant match on tunnel destination macVlad Buslov1-8/+0
2021-02-05net/mlx5: E-Switch, Indirect table infrastructureVlad Buslov6-0/+616
2021-02-05net/mlx5e: Refactor tun routing helpersVlad Buslov1-109/+126
2021-02-05net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov5-11/+201
2021-02-05net/mlx5: E-Switch, Refactor rule offload forward action processingVlad Buslov1-60/+129
2021-02-05net/mlx5e: Always set attr mdev pointerVlad Buslov1-0/+2
2021-02-05net/mlx5e: E-Switch, Maintain vhca_id to vport_num mappingVlad Buslov5-0/+119
2021-02-05net/mlx5: E-Switch, Refactor setting source portMark Bloch1-7/+12
2021-02-06netfilter: nftables: remove redundant assignment of variable errColin Ian King1-3/+1
2021-02-05ice: remove dead codeBruce Allan1-7/+1
2021-02-05ice: use flex_array_size where possibleBruce Allan2-2/+2
2021-02-05ice: Replace one-element array with flexible-array memberGustavo A. R. Silva2-4/+4
2021-02-05ice: display stored UNDI firmware version via devlink infoJacob Keller3-38/+113
2021-02-05ice: display stored netlist versions via devlink infoJacob Keller7-93/+176
2021-02-05ice: display some stored NVM versions via devlink infoJacob Keller3-4/+94
2021-02-05ice: introduce function for reading from flash modulesJacob Keller2-5/+179
2021-02-05ice: cache NVM module bank informationJacob Keller2-0/+188