aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-02-18ionic: clean up comments and whitespaceShannon Nelson3-5/+3
2022-02-18ionic: prefer strscpy over strlcpyShannon Nelson2-4/+4
2022-02-18ionic: Use vzalloc for large per-queue related buffersBrett Creeley1-8/+6
2022-02-18ionic: catch transition back to RUNNING with fw_generation 0Shannon Nelson1-2/+2
2022-02-18net: avoid quadratic behavior in netdev_wait_allrefs_any()Eric Dumazet1-3/+1
2022-02-18ipv6: annotate some data-races around sk->sk_protEric Dumazet2-8/+22
2022-02-18net/ibmvnic: Cleanup workaround doing an EOI after partition migrationCédric Le Goater1-9/+26
2022-02-18teaming: deliver link-local packets with the link they arrive onjeffreyji1-0/+5
2022-02-18Merge branch 'qca8k-phylink'David S. Miller4-322/+429
2022-02-18net: dsa: qca8k: mark as non-legacyRussell King (Oracle)1-0/+2
2022-02-18net: dsa: qca8k: move pcs configurationRussell King (Oracle)1-66/+84
2022-02-18net: dsa: qca8k: convert to use phylink_pcsRussell King (Oracle)2-12/+81
2022-02-18net: dsa: qca8k: move qca8k_phylink_mac_link_state()Russell King (Oracle)1-42/+42
2022-02-18net: dsa: qca8k: move qca8k_setup()Russell King (Oracle)1-214/+214
2022-02-18net: dsa: add support for phylink mac_select_pcs()Russell King (Oracle)2-0/+18
2022-02-18net: ethernet: xilinx: cleanup commentsTom Rix5-6/+6
2022-02-18net: gro: Fix a 'directive in macro's argument list' sparse warningGal Pressman1-2/+3
2022-02-17s390/qeth: Remove redundant 'flush_workqueue()' callsXu Wang1-1/+0
2022-02-17net: dsa: delete unused exported symbols for ethtool PHY statsVladimir Oltean2-60/+0
2022-02-17net: add sanity check in proto_register()Eric Dumazet1-0/+4
2022-02-17net: ll_temac: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-2/+3
2022-02-17net: nixge: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-2/+3
2022-02-17Merge branch 'mptcp-selftest-fine-tuning-and-cleanup'Jakub Kicinski3-66/+85
2022-02-17selftests: mptcp: add csum mib check for mptcp_connectGeliang Tang1-0/+19
2022-02-17selftests: mptcp: join: check for tools only if neededMatthieu Baerts1-18/+20
2022-02-17selftests: mptcp: join: create tmp files only if neededMatthieu Baerts1-13/+24
2022-02-17selftests: mptcp: join: remove unused varsMatthieu Baerts1-4/+1
2022-02-17selftests: mptcp: join: exit after usage()Matthieu Baerts1-1/+12
2022-02-17selftests: mptcp: simplify pm_nl_change_endpointGeliang Tang1-29/+8
2022-02-17selftests: mptcp: increase timeout to 20 minutesMatthieu Baerts1-1/+1
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski34-524/+1502
2022-02-17bpf: bpf_prog_pack: Set proper size before freeing ro_headerSong Liu1-0/+1
2022-02-17Merge branch 'prestera-route-offloading'David S. Miller7-7/+652
2022-02-17net: marvell: prestera: handle fib notificationsYevhen Orlov3-0/+427
2022-02-17net: marvell: prestera: add hardware router objects accounting for lpmYevhen Orlov3-7/+170
2022-02-17net: marvell: prestera: Add router LPM ABIYevhen Orlov2-0/+55
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-15/+119
2022-02-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski8-15/+119
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski325-1801/+2304
2022-02-17Merge tag 'net-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds85-788/+520
2022-02-17selftests/bpf: Fix crash in core_reloc when bpftool btfgen failsYucong Sun1-2/+2
2022-02-17selftests/bpf: Fix vmtest.sh to launch smp vm.Yucong Sun1-1/+1
2022-02-17bonding: force carrier update when releasing slaveZhang Changzhong1-3/+2
2022-02-17bpf: Add schedule points in batch opsEric Dumazet1-0/+3
2022-02-17fs/file_table: fix adding missing kmemleak_not_leak()Luis Chamberlain1-2/+6
2022-02-17Merge tag 'perf-tools-fixes-for-v5.17-2022-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds16-32/+77
2022-02-17Merge tag 'modules-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-0/+2
2022-02-17nfp: flower: netdev offload check for ip6gretapDanie du Toit1-0/+2
2022-02-17ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rtEric Dumazet3-15/+18
2022-02-17ipv4: fix data races in fib_alias_hw_flags_setEric Dumazet4-18/+21