summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-04selftests/net: Fix reuseport_bpf_numa by skipping unavailable nodesKleber Sacilotto de Souza1-0/+4
2021-11-04net: fix possible NULL deref in sock_reserve_memoryEric Dumazet1-1/+1
2021-11-04tcp: Use BIT() for OPTION_* constantsLeonard Crestez1-7/+7
2021-11-04selftests: net: properly support IPv6 in GSO GRE testAndrea Righi1-4/+5
2021-11-03ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley2-0/+30
2021-11-03ice: Fix not stopping Tx queues for VFsBrett Creeley2-5/+3
2021-11-03ice: Fix replacing VF hardware MAC to existing MAC filterSylwester Dziedziuch1-5/+9
2021-11-03ice: Remove toggling of antispoof for VF trusted promiscuous modeBrett Creeley1-18/+0
2021-11-03ice: Fix VF true promiscuous modeBrett Creeley2-43/+40
2021-11-03selftests/bpf: Verifier test on refill from a smaller spillMartin KaFai Lau1-0/+17
2021-11-03bpf: Do not reject when the stack read size is different from the tracked sca...Martin KaFai Lau1-12/+6
2021-11-03selftests/bpf: Make netcnt selftests serial to avoid spurious failuresAndrii Nakryiko1-1/+1
2021-11-03selftests/bpf: Test RENAME_EXCHANGE and RENAME_NOREPLACE on bpffsLorenz Bauer1-1/+64
2021-11-03selftests/bpf: Convert test_bpffs to ASSERT macrosLorenz Bauer1-11/+11
2021-11-03libfs: Support RENAME_EXCHANGE in simple_rename()Lorenz Bauer1-1/+4
2021-11-03libfs: Move shmem_exchange to simple_rename_exchangeLorenz Bauer3-23/+27
2021-11-03net: dsa: felix: fix broken VLAN-tagged PTP under VLAN-aware bridgeVladimir Oltean3-6/+7
2021-11-03net: dsa: qca8k: make sure PAD0 MAC06 exchange is disabledAnsuel Smith2-0/+9
2021-11-03net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan2-3/+3
2021-11-03net: udp6: replace __UDP_INC_STATS() with __UDP6_INC_STATS()Menglong Dong1-3/+3
2021-11-03ethtool: fix ethtool msg len calculation for pause statsJakub Kicinski3-3/+7
2021-11-03net: avoid double accounting for pure zerocopy skbsTalal Ahmad6-9/+53
2021-11-03net:ipv6:Remove unneeded semicolonZhang Mingyu1-1/+1
2021-11-03NFC: add necessary privilege flags in netlink layerLin Ma1-0/+15
2021-11-03Merge branch 'sctp-=security-hook-fixes'David S. Miller11-95/+133
2021-11-03security: implement sctp_assoc_established hook in selinuxXin Long1-1/+13
2021-11-03security: add sctp_assoc_established hookXin Long6-13/+32
2021-11-03security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ceXin Long2-6/+14
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long11-77/+76
2021-11-03Merge branch 'kselftests-net-missing'David S. Miller1-2/+7
2021-11-03kselftests/net: add missed toeplitz.sh/toeplitz_client.sh to MakefileHangbin Liu1-0/+1
2021-11-03kselftests/net: add missed vrf_strict_mode_test.sh test to MakefileHangbin Liu1-0/+1
2021-11-03kselftests/net: add missed SRv6 testsHangbin Liu1-0/+3
2021-11-03kselftests/net: add missed setup_loopback.sh/setup_veth.sh to MakefileHangbin Liu1-1/+1
2021-11-03kselftests/net: add missed icmp.sh test to MakefileHangbin Liu1-1/+1
2021-11-03amt: Remove duplicate includeJiapeng Chong1-1/+0
2021-11-02amt: fix error return code in amt_init()Yang Yingliang1-1/+3
2021-11-02MAINTAINERS: Update ENA maintainers informationShay Agroskin1-2/+3
2021-11-02net: add and use skb_unclone_keeptruesize() helperEric Dumazet3-16/+20
2021-11-02net: marvell: prestera: Add explicit paddingGeert Uytterhoeven1-0/+12
2021-11-02bnxt_en: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing1-1/+1
2021-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2-1/+3
2021-11-02net: davinci_emac: Fix interrupt pacing disableMaxim Kiselev1-2/+14
2021-11-02net: phy: microchip_t1: add lan87xx_config_rgmii_delay for lan87xx phyYuiko Oshino1-1/+43
2021-11-02Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds22-130/+284
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2296-44214/+209317
2021-11-01Revert "net: avoid double accounting for pure zerocopy skbs"Jakub Kicinski6-53/+9
2021-11-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds68-1158/+2130
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds23-98/+184
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds28-421/+884