- 8cfc47f mptcp: drop redundant test in move_skbs_to_msk() by Paolo Abeni · 3 years, 7 months ago
- 3c90e37 mptcp: don't clear MPTCP_DATA_READY in sk_wait_event() by Paolo Abeni · 3 years, 7 months ago
- 75e908c mptcp: use fast lock for subflows when possible by Paolo Abeni · 3 years, 7 months ago
- 8ce568e mptcp: drop tx skb cache by Paolo Abeni · 3 years, 7 months ago
- 070258e Merge branch 'marvell-mdio-ACPI' by David S. Miller · 3 years, 7 months ago
- 8d90944 net: mvpp2: remove unused 'has_phy' field by Marcin Wojtas · 3 years, 7 months ago
- dfce1ba net: mvpp2: enable using phylink with ACPI by Marcin Wojtas · 3 years, 7 months ago
- c54da4c net: mvmdio: add ACPI support by Marcin Wojtas · 3 years, 7 months ago
- 33fc11f net/fsl: switch to fwnode_mdiobus_register by Marcin Wojtas · 3 years, 7 months ago
- 62a6ef6 net: mdiobus: Introduce fwnode_mdbiobus_register() by Marcin Wojtas · 3 years, 7 months ago
- 7c4d7ca Documentation: ACPI: DSD: describe additional MAC configuration by Marcin Wojtas · 3 years, 7 months ago
- 64295f0 virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow() by Eric Dumazet · 3 years, 7 months ago
- ef2c3dd ibmvnic: Use strscpy() instead of strncpy() by Kees Cook · 3 years, 7 months ago
- a3fa449 net: handle ARPHRD_IP6GRE in dev_is_mac_header_xmit() by Guillaume Nault · 3 years, 7 months ago
- 6d55161 Revert "net/sched: cls_flower: Remove match on n_proto" by Boris Sukholitko · 3 years, 7 months ago
- ce03b94 net: ll_temac: Remove left-over debug message by Esben Haabendal · 3 years, 7 months ago
- fe0bdbd net: add pf_family_names[] for protocol family by Yejune Deng · 3 years, 7 months ago
- c829de3 Merge branch 'ingenic-fixes' by David S. Miller · 3 years, 7 months ago
- 19e068b dt-bindings: dwmac: Remove unexpected item. by 周琰杰 (Zhou Yanjie) · 3 years, 7 months ago
- b40d7af net: hns3: Fix a memory leak in an error handling path in 'hclge_handle_error_info_log()' by Christophe JAILLET · 3 years, 7 months ago
- ebe9d9e Merge branch 'fec-tx' by David S. Miller · 3 years, 7 months ago
- 52c4a1a net: fec: add ndo_select_queue to fix TX bandwidth fluctuations by Fugang Duan · 3 years, 7 months ago
- 471ff44 net: fec: add FEC_QUIRK_HAS_MULTI_QUEUES represents i.MX6SX ENET IP by Joakim Zhang · 3 years, 7 months ago
- 6ff5f81 Merge branch 'dsa-cross-chip' by David S. Miller · 3 years, 7 months ago
- f9bcdc36 net: dsa: remove cross-chip support from the MRP notifiers by Vladimir Oltean · 3 years, 7 months ago
- 88faba2 net: dsa: targeted MTU notifiers should only match on one port by Vladimir Oltean · 3 years, 7 months ago
- 4e4ab79 net: dsa: calculate the largest_mtu across all ports in the tree by Vladimir Oltean · 3 years, 7 months ago
- abd4953 net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topologies by Vladimir Oltean · 3 years, 7 months ago
- a898668 net: dsa: export the dsa_port_is_{user,cpu,dsa} helpers by Vladimir Oltean · 3 years, 7 months ago
- 8674f8d net: dsa: assert uniqueness of dsa,member properties by Vladimir Oltean · 3 years, 7 months ago
- 41505d3 net: c101: remove redundant spaces by Peng Li · 3 years, 7 months ago
- 7774318 net: c101: replace comparison to NULL with "!card" by Peng Li · 3 years, 7 months ago
- 4f7d224 net: c101: add blank line after declarations by Peng Li · 3 years, 7 months ago
- c3dcb4b Merge branch 'mlxsw-eeprom-page-by-page' by David S. Miller · 3 years, 7 months ago
- 1e27b9e mlxsw: core: Add support for module EEPROM read by page by Ido Schimmel · 3 years, 7 months ago
- cecefb3 mlxsw: reg: Document possible MCIA status values by Ido Schimmel · 3 years, 7 months ago
- d51ea60 mlxsw: reg: Add bank number to MCIA register by Ido Schimmel · 3 years, 7 months ago
- 63d66ec Merge branch 'ipa-v3.1' by David S. Miller · 3 years, 7 months ago
- 1bb1a11 net: ipa: add IPA v3.1 configuration data by Alex Elder · 3 years, 7 months ago
- bae70a8 net: ipa: introduce gsi_ring_setup() by Alex Elder · 3 years, 7 months ago
- 110971d net: ipa: FLAVOR_0 register doesn't exist until IPA v3.5 by Alex Elder · 3 years, 7 months ago
- 3833d0a net: ipa: disable misc clock gating for IPA v3.1 by Alex Elder · 3 years, 7 months ago
- c31d734 net: ipa: inter-EE interrupts aren't always available by Alex Elder · 3 years, 7 months ago
- 2afd6c8 dt-bindings: net: qcom,ipa: add support for MSM8998 by Alex Elder · 3 years, 7 months ago
- be75228 __unix_find_socket_byname(): don't pass hash and type separately by Al Viro · 3 years, 7 months ago
- c0c3b8d unix_bind_bsd(): unlink if we fail after successful mknod by Al Viro · 3 years, 7 months ago
- 56c1731 unix_bind_bsd(): move done_path_create() call after dealing with ->bindlock by Al Viro · 3 years, 7 months ago
- 71e6be6 fold unix_mknod() into unix_bind_bsd() by Al Viro · 3 years, 7 months ago
- fa42d91 unix_bind(): take BSD and abstract address cases into new helpers by Al Viro · 3 years, 7 months ago
- aee5151 unix_bind(): separate BSD and abstract cases by Al Viro · 3 years, 7 months ago
- c34d458 unix_bind(): allocate addr earlier by Al Viro · 3 years, 7 months ago
- 185ab88 af_unix: take address assignment/hash insertion into a new helper by Al Viro · 3 years, 7 months ago
- 43c9a81 nfp: flower-ct: check for error in nfp_fl_ct_offload_nft_flow() by Dan Carpenter · 3 years, 7 months ago
- 753ba09 net: qualcomm: rmnet: fix two pointer math bugs by Dan Carpenter · 3 years, 7 months ago
- d5fff46 net: iosm: remove an unnecessary NULL check by Dan Carpenter · 3 years, 7 months ago
- 1a1100d net/smc: Fix ENODATA tests in smc_nl_get_fback_stats() by Dan Carpenter · 3 years, 7 months ago
- 956c3ae net: hns3: fix a double shift bug by Dan Carpenter · 3 years, 7 months ago
- faebad8 net: hns3: fix different snprintf() limit by Dan Carpenter · 3 years, 7 months ago
- 291c53e selftests: tls: fix chacha+bidir tests by Jakub Kicinski · 3 years, 7 months ago
- baa0011 selftests: tls: clean up uninitialized warnings by Jakub Kicinski · 3 years, 7 months ago
- adc2e56 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 7 months ago
- 9ed13a17 Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 7 months ago
- 6fab154 Merge tag 'for-5.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 7 months ago
- 728a748 Merge tag 'pci-v5.13-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 3 years, 7 months ago
- 9620ad8 afs: Re-enable freezing once a page fault is interrupted by Matthew Wilcox (Oracle) · 3 years, 7 months ago
- 4bea720 Merge branch 'RPMSG-WWAN-CTRL-driver' by David S. Miller · 3 years, 7 months ago
- 31c143f net: wwan: Allow WWAN drivers to provide blocking tx and poll function by Stephan Gerhold · 3 years, 7 months ago
- 5e90abf net: wwan: Add RPMSG WWAN CTRL driver by Stephan Gerhold · 3 years, 7 months ago
- 60302ce rpmsg: core: Add driver_data for rpmsg_device_id by Stephan Gerhold · 3 years, 7 months ago
- 01bf086 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue by David S. Miller · 3 years, 7 months ago
- 103ebe6 Revert "net: add pf_family_names[] for protocol family" by David S. Miller · 3 years, 7 months ago
- 1f3c98e net: add pf_family_names[] for protocol family by Yejune Deng · 3 years, 7 months ago
- 9cca0c2 net: ethernet: fix potential use-after-free in ec_bhf_remove by Pavel Skripkin · 3 years, 7 months ago
- 0d1ad06 Merge branch 'csock-seqpoacket-small-fixes' by David S. Miller · 3 years, 7 months ago
- 91aa49a vsock/virtio: remove redundant `copy_failed` variable by Stefano Garzarella · 3 years, 7 months ago
- 0de5b2e vsock: rename vsock_wait_data() by Stefano Garzarella · 3 years, 7 months ago
- cc97141 vsock: rename vsock_has_data() by Stefano Garzarella · 3 years, 7 months ago
- 7437a22 NFC: nxp-nci: remove unnecessary label by wengjianfeng · 3 years, 7 months ago
- 61c77533b net: dsa: sja1105: completely error out in sja1105_static_config_reload if something fails by Vladimir Oltean · 3 years, 7 months ago
- 1303e7f net: dsa: sja1105: allow the TTEthernet configuration in the static config for SJA1110 by Vladimir Oltean · 3 years, 7 months ago
- 96104500 net: hns3: fix reuse conflict of the rx page by Yunsheng Lin · 3 years, 7 months ago
- cb5a82d net: dsa: sja1105: properly power down the microcontroller clock for SJA1110 by Vladimir Oltean · 3 years, 7 months ago
- 0d1dc9e1 Merge tag 'mac80211-for-net-2021-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 3 years, 7 months ago
- 7e9838b selftests/net: Add icmp.sh for testing ICMP dummy address responses by Toke Høiland-Jørgensen · 3 years, 7 months ago
- 3218274 icmp: don't send out ICMP messages with a source address of 0.0.0.0 by Toke Høiland-Jørgensen · 3 years, 7 months ago
- f639634 net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSY by Esben Haabendal · 3 years, 7 months ago
- c364df2 net: ll_temac: Fix TX BD buffer overwrite by Esben Haabendal · 3 years, 7 months ago
- 28d9fab net: ll_temac: Add memory-barriers for TX BD access by Esben Haabendal · 3 years, 7 months ago
- 6aa3221 net: ll_temac: Make sure to free skb when it is completely used by Esben Haabendal · 3 years, 7 months ago
- 60ae9f8 qlcnic: remove redundant continue statement by Colin Ian King · 3 years, 7 months ago
- 040c125 net: bridge: remove redundant continue statement by Colin Ian King · 3 years, 7 months ago
- c44924c net: stmmac: remove redundant continue statement by Colin Ian King · 3 years, 7 months ago
- bd70957 net: pxa168_eth: Fix a potential data race in pxa168_eth_remove by Pavel Machek · 3 years, 7 months ago
- 96a1931 NFC: nxp-nci: remove unnecessary labels by wengjianfeng · 3 years, 7 months ago
- e44dc72 ethernet: marvell/octeontx2: Simplify the return expression of npc_is_same by dingsenjie · 3 years, 7 months ago
- 9fd2bc3 net: caif: modify the label out_err to out by Dongliang Mu · 3 years, 7 months ago
- 35036d6 MAINTAINERS: add Guvenc as SMC maintainer by Karsten Graul · 3 years, 7 months ago
- b6a258c Merge branch 'bnxt_en-fixes' by David S. Miller · 3 years, 7 months ago
- 03400aa bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error path by Somnath Kotur · 3 years, 7 months ago
- c12e164 bnxt_en: Fix TQM fastpath ring backing store computation by Rukhsana Ansari · 3 years, 7 months ago