summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-01-30net: packet: make pkt_sk() inlineMenglong Dong1-1/+1
2021-01-29nexthop: Extract a helper for validation of get/del RTNL requestsPetr Machata1-18/+25
2021-01-29nexthop: Add a callback parameter to rtm_dump_walk_nexthops()Petr Machata1-10/+22
2021-01-29nexthop: Extract a helper for walking the next-hop treePetr Machata1-19/+33
2021-01-29nexthop: Strongly-type context of rtm_dump_nexthop()Petr Machata1-2/+16
2021-01-29nexthop: Extract a common helper for parsing dump attributesPetr Machata1-12/+19
2021-01-29nexthop: Extract dump filtering parameters into a single structurePetr Machata1-20/+24
2021-01-29nexthop: Dispatch notifier init()/fini() by group typePetr Machata1-6/+19
2021-01-29nexthop: Use enum to encode notification typeIdo Schimmel1-6/+8
2021-01-29nexthop: Assert the invariant that a NH group is of only one typePetr Machata1-2/+5
2021-01-29nexthop: Introduce to struct nh_grp_entry a per-type unionPetr Machata1-2/+2
2021-01-29nexthop: Dispatch nexthop_select_path() by group typePetr Machata1-6/+16
2021-01-29nexthop: Rename nexthop_free_mpathDavid Ahern1-2/+2
2021-01-29net/af_iucv: build SG skbs for TRANS_HIPER socketsJulian Wiedmann1-2/+4
2021-01-29net/af_iucv: don't track individual TX skbs for TRANS_HIPER socketsJulian Wiedmann1-59/+21
2021-01-29net/af_iucv: count packets in the xmit pathJulian Wiedmann1-6/+24
2021-01-29net/af_iucv: don't lookup the socket on TX notificationJulian Wiedmann1-12/+3
2021-01-29net/af_iucv: remove WARN_ONCE on malformed RX packetsAlexander Egorenkov1-1/+0
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-146/+315
2021-01-29Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-30/+280
2021-01-29Merge tag 'net-5.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds21-77/+226
2021-01-29rxrpc: 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-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-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2-18/+28
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: decnet: fix netdev refcount leaking on error pathVadim Fedorenko1-1/+1
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-28net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPPRasmus Villemoes1-10/+13
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: lapb: Add locking to the lapb moduleXie He2-20/+80
2021-01-27net: bridge: multicast: fix br_multicast_eht_set_entry_lookup indentationNikolay Aleksandrov1-9/+9
2021-01-27Merge 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