aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-18net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)1-0/+3
2022-02-18net: gro: Fix a 'directive in macro's argument list' sparse warningGal Pressman1-2/+3
2022-02-17net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean1-3/+0
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+4
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-5/+4
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-37/+35
2022-02-17Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds7-10/+15
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet1-4/+6
2022-02-17net: dsa: felix: update destinations of existing traps with ocelot-8021qVladimir Oltean1-3/+1
2022-02-17net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean1-0/+1
2022-02-17net: mscc: ocelot: keep traps in a listVladimir Oltean2-0/+2
2022-02-17net: mscc: ocelot: avoid overlap in VCAP IS2 between PTP and MRP trapsVladimir Oltean1-8/+8
2022-02-17net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean1-1/+1
2022-02-17net: mscc: ocelot: delete OCELOT_MRP_CPUQVladimir Oltean1-2/+0
2022-02-17net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean1-0/+16
2022-02-16mptcp: mptcp_parse_option is no longer exportedMatthieu Baerts1-6/+0
2022-02-16ipv6: per-netns exclusive flowlabel checksWillem de Bruijn2-2/+6
2022-02-16net: dsa: add explicit support for host bridge VLANsVladimir Oltean1-0/+10
2022-02-16net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign interfacesVladimir Oltean1-0/+39
2022-02-16net: bridge: switchdev: differentiate new VLANs from changed onesVladimir Oltean1-0/+7
2022-02-15Merge tag 'hyperv-fixes-signed-20220215' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+1
2022-02-15bonding: fix data-races around agg_select_timerEric Dumazet1-1/+1
2022-02-14net: wwan: debugfs obtained dev reference not droppedM Chetan Kumar1-0/+2
2022-02-14net: dev: Makes sure netif_rx() can be invoked in any context.Sebastian Andrzej Siewior2-16/+12
2022-02-14net_sched: add __rcu annotation to netdev->qdiscEric Dumazet1-1/+1
2022-02-14net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLANVladimir Oltean1-0/+1
2022-02-14ipv6: mcast: use rcu-safe version of ipv6_get_lladdr()Ignat Korchagin1-2/+0
2022-02-14net: mscc: ocelot: use bulk reads for statsColin Foster1-0/+8
2022-02-14net: mscc: ocelot: add ability to perform bulk readsColin Foster1-0/+5
2022-02-14net: ocelot: align macros for consistencyColin Foster1-15/+29
2022-02-13Merge tag 'objtool_urgent_for_v5.17_rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+5
2022-02-13etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overeadKees Cook1-3/+2
2022-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+5
2022-02-11kfence: make test case compatible with run time set sample intervalPeng Liu1-0/+2
2022-02-11mm: memcg: synchronize objcg lists with a dedicated spinlockRoman Gushchin1-2/+3
2022-02-11Merge tag 'soc-fixes-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-7/+7
2022-02-11bpf: Fix a bpf_timer initialization issueYonghong Song1-4/+2
2022-02-11bpf: Fix crash due to incorrect copy_map_valueKumar Kartikeya Dwivedi1-1/+2
2022-02-11Merge tag 'acpi-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2022-02-11Merge tag 'wireless-next-2022-02-11' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller5-16/+27
2022-02-11ipv6: get rid of net->ipv6.rt6_stats->fib_rt_uncacheEric Dumazet1-2/+1
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe2-0/+13
2022-02-11net/smc: Dynamic control handshake limitation by socket optionsD. Wythe2-0/+5
2022-02-11net/smc: Limit SMC visits when handshake workqueue congestedD. Wythe1-0/+1
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-46/+221
2022-02-10Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-2/+14
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet1-1/+1
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-nextDavid S. Miller2-0/+22
2022-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski11-86/+36
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-41/+91