summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-146/+315
2021-01-28Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-30/+280
2021-01-28Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds21-77/+226
2021-01-28rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa1-0/+1
2021-01-28net: reduce indentation level in sk_clone_lock()Eric Dumazet1-96/+93
2021-01-27devlink: Add DMAC filter generic packet trapAya Levin1-0/+1
2021-01-27Merge tag 'mac80211-next-for-net-next-2021-01-27' of git://git.kernel.org/pub...Jakub Kicinski38-1791/+1687
2021-01-27Merge tag 'linux-can-next-for-5.12-20210127' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-1/+1
2021-01-27tipc: remove duplicated code in tipc_msg_createHoang Huu Le1-4/+0
2021-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2-18/+28
2021-01-27net: bridge: multicast: make tracked EHT hosts limit configurableNikolay Aleksandrov5-2/+62
2021-01-27net: bridge: multicast: add per-port EHT hosts limitNikolay Aleksandrov4-0/+36
2021-01-27net: decnet: fix netdev refcount leaking on error pathVadim Fedorenko1-1/+1
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada12-12/+5
2021-01-27net: l3mdev: use obj-$(CONFIG_NET_L3_MASTER_DEV) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-27net: switchdev: use obj-$(CONFIG_NET_SWITCHDEV) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-27net: dcb: use obj-$(CONFIG_DCB) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-27net: move CONFIG_NET guard to top MakefileMasahiro Yamada1-7/+4
2021-01-27net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada1-2/+0
2021-01-27mptcp: pm nl: reduce variable scopeMatthieu Baerts1-3/+3
2021-01-27mptcp: pm nl: support IPv4 mapped in v6 addressesMatthieu Baerts1-9/+24
2021-01-27mptcp: support MPJoin with IPv4 mapped in v6 skMatthieu Baerts1-7/+17
2021-01-27pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu1-1/+1
2021-01-27net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPPRasmus Villemoes1-10/+13
2021-01-27mac80211: minstrel_ht: fix regression in the max_prob_rate fixFelix Fietkau1-1/+1
2021-01-27can: gw: fix typoMarc Kleine-Budde1-1/+1
2021-01-26net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary3-6/+22
2021-01-26net: lapb: Add locking to the lapb moduleXie He2-20/+80
2021-01-26net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentationNikolay Aleksandrov1-9/+9
2021-01-26Merge tag 'mac80211-for-net-2021-01-26' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski4-5/+17
2021-01-26mac80211: pause TX while changing interface typeJohannes Berg2-0/+7
2021-01-26wext: fix NULL-ptr-dereference with cfg80211's lack of commit()Johannes Berg1-2/+3
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg21-463/+725
2021-01-25bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERRJiapeng Zhong1-1/+1
2021-01-23tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2-6/+9
2021-01-23udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin1-1/+2
2021-01-23net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin1-0/+1
2021-01-23tcp: make TCP_USER_TIMEOUT accurate for zero window probesEnke Chen3-2/+22
2021-01-23NFC: fix resource leak when target index is invalidPan Bian1-1/+1
2021-01-23NFC: fix possible resource leakPan Bian1-0/+1
2021-01-23net: mrp: move struct definitions out of uapiRasmus Villemoes1-0/+29
2021-01-22mlxsw: Register physical ports as a devlink resourceDanielle Ratson1-0/+4
2021-01-22sch_htb: Stats for offloaded HTBMaxim Mikityanskiy1-0/+53
2021-01-22sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy1-28/+473
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy9-11/+20
2021-01-22tcp: Add receive timestamp support for receive zerocopy.Arjun Roy1-32/+84
2021-01-22tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy1-4/+10
2021-01-22net: bridge: multicast: mark IGMPv3/MLDv2 fast-leave deletesNikolay Aleksandrov3-12/+20
2021-01-22net: bridge: multicast: handle block pg delete for all casesNikolay Aleksandrov1-8/+9
2021-01-22net: bridge: multicast: add EHT host filter_mode handlingNikolay Aleksandrov1-4/+38