summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-28devlink: Add DMAC filter generic packet trapAya Levin1-0/+1
2021-01-28Merge tag 'mac80211-next-for-net-next-2021-01-27' of git://git.kernel.org/pub...Jakub Kicinski38-1791/+1687
2021-01-28Merge tag 'linux-can-next-for-5.12-20210127' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-1/+1
2021-01-28tipc: remove duplicated code in tipc_msg_createHoang Huu Le1-4/+0
2021-01-28net: bridge: multicast: make tracked EHT hosts limit configurableNikolay Aleksandrov5-2/+62
2021-01-28net: bridge: multicast: add per-port EHT hosts limitNikolay Aleksandrov4-0/+36
2021-01-28net: remove redundant 'depends on NET'Masahiro Yamada12-12/+5
2021-01-28net: l3mdev: use obj-$(CONFIG_NET_L3_MASTER_DEV) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-28net: switchdev: use obj-$(CONFIG_NET_SWITCHDEV) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-28net: dcb: use obj-$(CONFIG_DCB) form in net/MakefileMasahiro Yamada2-4/+2
2021-01-28net: move CONFIG_NET guard to top MakefileMasahiro Yamada1-7/+4
2021-01-28net: sysctl: remove redundant #ifdef CONFIG_NETMasahiro Yamada1-2/+0
2021-01-28mptcp: pm nl: reduce variable scopeMatthieu Baerts1-3/+3
2021-01-28mptcp: pm nl: support IPv4 mapped in v6 addressesMatthieu Baerts1-9/+24
2021-01-28mptcp: support MPJoin with IPv4 mapped in v6 skMatthieu Baerts1-7/+17
2021-01-28pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu1-1/+1
2021-01-28mac80211: 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-27net: allow user to set metric on default route learned via Router AdvertisementPraveen Chaudhary3-6/+22
2021-01-27net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentationNikolay Aleksandrov1-9/+9
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg21-463/+725
2021-01-26bridge: Use PTR_ERR_OR_ZERO instead if(IS_ERR(...)) + PTR_ERRJiapeng Zhong1-1/+1
2021-01-24udp: allow forwarding of plain (non-fraglisted) UDP GRO packetsAlexander Lobakin1-1/+2
2021-01-24net: introduce a netdev feature for UDP GRO forwardingAlexander Lobakin1-0/+1
2021-01-23mlxsw: Register physical ports as a devlink resourceDanielle Ratson1-0/+4
2021-01-23sch_htb: Stats for offloaded HTBMaxim Mikityanskiy1-0/+53
2021-01-23sch_htb: Hierarchical QoS hardware offloadMaxim Mikityanskiy1-28/+473
2021-01-23net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy9-11/+20
2021-01-23tcp: Add receive timestamp support for receive zerocopy.Arjun Roy1-32/+84
2021-01-23tcp: Remove CMSG magic numbers for tcp_recvmsg().Arjun Roy1-4/+10
2021-01-23net: bridge: multicast: mark IGMPv3/MLDv2 fast-leave deletesNikolay Aleksandrov3-12/+20
2021-01-23net: bridge: multicast: handle block pg delete for all casesNikolay Aleksandrov1-8/+9
2021-01-23net: bridge: multicast: add EHT host filter_mode handlingNikolay Aleksandrov1-4/+38
2021-01-23net: bridge: multicast: optimize TO_INCLUDE EHT timeoutsNikolay Aleksandrov1-0/+21
2021-01-23net: bridge: multicast: add EHT include and exclude handlingNikolay Aleksandrov3-23/+168
2021-01-23net: bridge: multicast: add EHT allow/block handlingNikolay Aleksandrov4-14/+290
2021-01-23net: bridge: multicast: add EHT host delete functionNikolay Aleksandrov1-0/+17
2021-01-23net: bridge: multicast: add EHT source set handling functionsNikolay Aleksandrov3-0/+325
2021-01-23net: bridge: multicast: add EHT host handling functionsNikolay Aleksandrov3-1/+117
2021-01-23net: bridge: multicast: add EHT structures and definitionsNikolay Aleksandrov3-0/+53
2021-01-23net: bridge: multicast: calculate idx position without changing ptrNikolay Aleksandrov1-18/+9
2021-01-23net: bridge: multicast: __grp_src_block_incl can modify pgNikolay Aleksandrov1-3/+11
2021-01-23net: bridge: multicast: pass host src address to IGMPv3/MLDv2 functionsNikolay Aleksandrov1-41/+49
2021-01-23net: bridge: multicast: rename src_size to addr_sizeNikolay Aleksandrov1-39/+39
2021-01-23mptcp: implement delegated actionsPaolo Abeni3-4/+194
2021-01-23mptcp: schedule work for better snd subflow selectionPaolo Abeni1-3/+8
2021-01-23mptcp: do not queue excessive data on subflowsPaolo Abeni1-2/+2
2021-01-23mptcp: re-enable sndbuf autotunePaolo Abeni3-33/+45
2021-01-23mptcp: always graft subflow socket to parentPaolo Abeni3-26/+14
2021-01-23tcp: add TTL to SCM_TIMESTAMPING_OPT_STATSYousuk Seung4-12/+30