- 94f633e net/packet: remove data races in fanout operations by Eric Dumazet · 4 years ago
- ae1ea84 net: bridge: propagate error code and extack from br_mc_disabled_update by Florian Fainelli · 4 years ago
- 4a65912 Merge tag 'mlx5-updates-2021-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years ago
- 652d3be net: enetc: fetch MAC address from device tree by Michael Walle · 4 years ago
- ace8d28 sfc: Remove duplicate argument by Wan Jiabing · 4 years ago
- 17c3df7 skbuff: revert "skbuff: remove some unnecessary operation in skb_segment_list()" by Paolo Abeni · 4 years ago
- 73d7de6 atm: idt77252: remove unused function by Jiapeng Chong · 4 years ago
- 8c1186b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 4 years ago
- 216f78e r8169: add support for pause ethtool ops by Heiner Kallweit · 4 years ago
- 1141bfe Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue by David S. Miller · 4 years ago
- f4da565 net: stmmac: Add support for external trigger timestamping by Tan Tee Min · 4 years ago
- 945c6ff Merge branch 'marvell-88x2222-improvements' by David S. Miller · 4 years ago
- d7029f5 net: phy: marvell-88x2222: swap 1G/10G modes on autoneg by Ivan Bornyakov · 4 years ago
- 473960a net: phy: marvell-88x2222: move read_status after config_aneg by Ivan Bornyakov · 4 years ago
- 5858147 net: phy: marvell-88x2222: check that link is operational by Ivan Bornyakov · 4 years ago
- 5b232ea net/mlx5e: Fix RQ creation flow for queues which doesn't support XDP by Aya Levin · 4 years ago
- 31450b4 net/mlx5: Replace spaces with tab at the start of a line by Wenpeng Liang · 4 years ago
- 9dee115 net/mlx5: Remove return statement exist at the end of void function by Wenpeng Liang · 4 years ago
- 02f47c0 net/mlx5: Add a blank line after declarations by Wenpeng Liang · 4 years ago
- 82c3ba3 net/mlx5: Fix bit-wise and with zero by Colin Ian King · 4 years ago
- b7f8625 net/mlx5: DR, Alloc cmd buffer with kvzalloc() instead of kzalloc() by Roi Dayan · 4 years ago
- 9dac296 net/mlx5: DR, Use variably sized data structures for different actions by Jianbo Liu · 4 years, 4 months ago
- a74ed24 net/mlx5: SF, Reuse stored hardware function id by Parav Pandit · 4 years ago
- 6e74e6e net/mlx5: SF, Use device pointer directly by Parav Pandit · 4 years ago
- 57b92bd net/mlx5: E-Switch, Initialize eswitch acls ns when eswitch is enabled by Parav Pandit · 4 years ago
- b55b353 net/mlx5: E-Switch, Move legacy code to a individual file by Parav Pandit · 4 years, 1 month ago
- b16f2bb net/mlx5: E-Switch, Convert a macro to a helper routine by Parav Pandit · 4 years, 1 month ago
- 1379555 net/mlx5: E-Switch Make cleanup sequence mirror of init by Parav Pandit · 4 years ago
- 6308a5f net/mlx5: E-Switch, Make vport number u16 by Parav Pandit · 4 years ago
- 7d5ae47 net/mlx5: E-Switch, Skip querying SF enabled bits by Parav Pandit · 4 years ago
- 7bf481d net/mlx5: E-Switch, let user to enable disable metadata by Parav Pandit · 4 years, 4 months ago
- ce2cb12 net: ethernet: intel: Fix a typo in the file ixgbe_dcb_nl.c by Bhaskar Chowdhury · 4 years ago
- 7eceea9 net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itr by Chen Lin · 4 years, 1 month ago
- 4722286 ixgbe: Support external GBE SerDes PHY BCM54616s by Jostar Yang · 4 years, 4 months ago
- 87b7e5c net: Space: remove hp100 probe by Arnd Bergmann · 4 years ago
- 90a825a Merge branch 'dpaa2-switch-tc-hw-offload' by David S. Miller · 4 years ago
- 1661795 dpaa2-switch: reuse dpaa2_switch_acl_entry_add() for STP frames trap by Ioana Ciornei · 4 years ago
- 4ba28c1 dpaa2-switch: add tc matchall filter support by Ioana Ciornei · 4 years ago
- 1110318 dpaa2-switch: add tc flower hardware offload on ingress traffic by Ioana Ciornei · 4 years ago
- 2bf90ba5 dpaa2-switch: install default STP trap rule with the highest priority by Ioana Ciornei · 4 years ago
- 1b0f14b dpaa2-switch: create a central dpaa2_switch_acl_tbl structure by Ioana Ciornei · 4 years ago
- 5871d0c6 ionic: return -EFAULT if copy_to_user() fails by Dan Carpenter · 4 years ago
- 23ba511 Merge branch 'stmmac-xdp-zc' by David S. Miller · 4 years ago
- 132c32e net: stmmac: Add TX via XDP zero-copy socket by Ong Boon Leong · 4 years ago
- bba2556 net: stmmac: Enable RX via AF_XDP zero-copy by Ong Boon Leong · 4 years ago
- bba71ca net: stmmac: Refactor __stmmac_xdp_run_prog for XDP ZC by Ong Boon Leong · 4 years ago
- de0b90e net: stmmac: rearrange RX and TX desc init into per-queue basis by Ong Boon Leong · 4 years ago
- da5ec7f net: stmmac: refactor stmmac_init_rx_buffers for stmmac_reinit_rx_buffers by Ong Boon Leong · 4 years ago
- 80f573c net: stmmac: introduce dma_recycle_rx_skbufs for stmmac_reinit_rx_buffers by Ong Boon Leong · 4 years ago
- 4298255 net: stmmac: rearrange RX buffer allocation and free functions by Ong Boon Leong · 4 years ago
- ee684c3 Merge branch 'ipa-SM8350-SoC' by David S. Miller · 4 years ago
- e557dc8 net: ipa: add IPA v4.9 configuration data by Alex Elder · 4 years ago
- 15c88e1 dt-bindings: net: qcom,ipa: add support for SM8350 by Alex Elder · 4 years ago
- 1da41aa ionic: git_ts_info bit shifters by Shannon Nelson · 4 years ago
- 870e04a ibmvnic: queue reset work in system_long_wq by Lijun Pan · 4 years ago
- 9fb434b Merge tag 'linux-can-next-for-5.13-20210413' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 4 years ago
- 4656817 rsi: remove unused including <linux/version.h> by Yang Li · 4 years ago
- eba43fa nfc: st-nci: remove unnecessary label by wengjianfeng · 4 years ago
- 334c424 ibmvnic: improve failover sysfs entry by Lijun Pan · 4 years ago
- 3143320 icmp: ICMPV6: pass RFC 8335 reply messages to ping_rcv by Andreas Roeseler · 4 years ago
- affb05d Merge branch 'non-platform-devices-of_get_mac_address' by David S. Miller · 4 years ago
- f10843e of: net: fix of_get_mac_addr_nvmem() for non-platform devices by Michael Walle · 4 years ago
- 83216e3 of: net: pass the dst buffer to of_get_mac_address() by Michael Walle · 4 years ago
- 40b5d2f net: dsa: mt7530: Add support for EEE features by René van Dorst · 4 years ago
- 5fff4c1 Merge tag 'wireless-drivers-next-2021-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 4 years ago
- bd573ea can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligned data by Marc Kleine-Budde · 4 years ago
- b7a29d3 can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_number by Marc Kleine-Budde · 4 years ago
- 0a7d6cd can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup() by Marc Kleine-Budde · 4 years ago
- 5e164a4 can: peak_usb: pcan_usb_get_serial(): remove error message from error path by Marc Kleine-Budde · 4 years ago
- 426718f can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for device_id by Marc Kleine-Budde · 4 years ago
- 592bf5a can: peak_usb: peak_usb_probe(): make use of driver_info by Marc Kleine-Budde · 4 years ago
- 1a5a5ee can: peak_usb: remove write only variable struct peak_usb_adapter::ts_period by Marc Kleine-Budde · 4 years ago
- c779e12 can: peak_usb: remove unused variables from struct peak_usb_device by Marc Kleine-Budde · 4 years ago
- fa34e0a can: peak_usb: pcan_usb_pro.h: remove double space in indention by Marc Kleine-Budde · 4 years ago
- bc256b9 can: peak_usb: fix checkpatch warnings by Marc Kleine-Budde · 4 years ago
- c664e21 can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfaces by Vincent Mailhol · 4 years ago
- 1dfb600 can: etas_es58x: add support for ETAS ES581.4 CAN USB interface by Vincent Mailhol · 4 years ago
- 8537257 can: etas_es58x: add core support for ETAS ES58X CAN USB interfaces by Vincent Mailhol · 4 years ago
- cfa0007 dt-bindings: net: can: rcar_can: Document r8a77961 support by Yoshihiro Shimoda · 4 years ago
- 8ef7adc net: ethernet: ravb: Enable optional refclk by Adam Ford · 4 years ago
- 6f43735 dt-bindings: net: renesas,etheravb: Add additional clocks by Adam Ford · 4 years ago
- d27139c Merge branch 'enetc-ptp' by David S. Miller · 4 years ago
- 7294380 enetc: support PTP Sync packet one-step timestamping by Yangbo Lu · 4 years ago
- f768e75 enetc: mark TX timestamp type per skb by Yangbo Lu · 4 years ago
- 8043ede Merge branch 'ibmvnic-errors' by David S. Miller · 4 years ago
- 0666ef7 ibmvnic: print adapter state as a string by Lijun Pan · 4 years ago
- caee7bf ibmvnic: print reset reason as a string by Lijun Pan · 4 years ago
- c82eaa40 ibmvnic: clean up the remaining debugfs data structures by Lijun Pan · 4 years ago
- 645b34a Merge branch 'netns-sysctl-isolation' by David S. Miller · 4 years ago
- 2671fa4 netfilter: conntrack: Make global sysctls readonly in non-init netns by Jonathon Reinhart · 4 years ago
- 31c4d2f net: Ensure net namespace isolation of sysctls by Jonathon Reinhart · 4 years ago
- a115d24 nfc: pn533: remove redundant assignment by wengjianfeng · 4 years ago
- 5711ffd Merge branch 'bnxt_en-error-recovery' by David S. Miller · 4 years ago
- ac797ce bnxt_en: Free and allocate VF-Reps during error recovery. by Sriharsha Basavapatna · 4 years ago
- 90f4fd0 bnxt_en: Refactor __bnxt_vf_reps_destroy(). by Michael Chan · 4 years ago
- ea2d37b bnxt_en: Refactor bnxt_vf_reps_create(). by Sriharsha Basavapatna · 4 years ago
- 190eda1 bnxt_en: Invalidate health register mapping at the end of probe. by Vasundhara Volam · 4 years ago
- 17e1be3 bnxt_en: Treat health register value 0 as valid in bnxt_try_reover_fw(). by Michael Chan · 4 years ago
- 0d77036 net: seg6: trivial fix of a spelling mistake in comment by Andrea Mayer · 4 years ago
- d049413 net: hns3: Fix potential null pointer defererence of null ae_dev by Colin Ian King · 4 years ago