summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-23llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet1-0/+8
2022-03-23drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtoolSondhauß, Jan1-4/+2
2022-03-23net/sched: fix incorrect vlan_push_eth dest fieldLouis Peens1-1/+1
2022-03-23net: bridge: mst: Restrict info size queries to bridge portsTobias Waldekranz1-1/+1
2022-03-23net: marvell: prestera: add missing destroy_workqueue() in prestera_module_in...Yang Yingliang1-1/+3
2022-03-23drivers: net: xgene: Fix regression in CRC strippingStephane Graber1-5/+7
2022-03-23net: geneve: add missing netlink policy and size for IFLA_GENEVE_INNER_PROTO_...Eyal Birger1-0/+3
2022-03-23net: dsa: fix missing host-filtered multicast addressesVladimir Oltean1-10/+34
2022-03-23net/mlx5e: Fix build warning, detected write beyond size of fieldSaeed Mahameed2-2/+6
2022-03-23iwlwifi: mvm: Don't fail if PPAG isn't supportedMiri Korenblit1-1/+2
2022-03-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski143-1092/+7123
2022-03-22selftests/bpf: Fix kprobe_multi test.Alexei Starovoitov1-1/+3
2022-03-22Revert "rethook: x86: Add rethook x86 implementation"Alexei Starovoitov5-129/+1
2022-03-22Revert "arm64: rethook: Add arm64 rethook implementation"Alexei Starovoitov6-121/+2
2022-03-22Revert "powerpc: Add rethook support"Alexei Starovoitov3-74/+0
2022-03-22Revert "ARM: rethook: Add rethook arm implementation"Alexei Starovoitov5-113/+2
2022-03-22netdevice: add missing dm_private kdocJakub Kicinski1-0/+2
2022-03-22net: bridge: mst: prevent NULL deref in br_mst_info_size()Eric Dumazet1-1/+1
2022-03-22Merge branch 'selftests-forwarding-locked-bridge-port-fixes'Paolo Abeni1-8/+4
2022-03-22selftests: forwarding: Use same VRF for port and VLAN upperIdo Schimmel1-6/+2
2022-03-22selftests: forwarding: Disable learning before link upIdo Schimmel1-2/+2
2022-03-22bnx2x: truncate value to original sizingBill Wendling1-2/+4
2022-03-22Merge branch 'net-mscc-miim-add-integrated-phy-reset-support'Jakub Kicinski2-19/+50
2022-03-22net: mdio: mscc-miim: add lan966x internal phy reset supportMichael Walle1-18/+49
2022-03-22net: mdio: mscc-miim: replace magic numbers for the bus resetMichael Walle1-5/+5
2022-03-22dt-bindings: net: mscc-miim: add lan966x compatibleMichael Walle1-1/+1
2022-03-22net: dsa: mv88e6xxx: Fill in STU support for all supported chipsTobias Waldekranz1-0/+48
2022-03-22selftests: net: change fprintf format specifiersGuo Zhengkui1-3/+3
2022-03-22net: dsa: felix: allow PHY_INTERFACE_MODE_INTERNAL on port 5Vladimir Oltean1-0/+1
2022-03-22Merge branch 'net-dsa-mv88e6xxx-mst-fixes'Jakub Kicinski2-1/+6
2022-03-22net: dsa: mv88e6xxx: Ensure STU support in VLAN MSTI callbackTobias Waldekranz1-0/+3
2022-03-22net: dsa: mv88e6xxx: Require ops be implemented to claim STU supportTobias Waldekranz1-1/+3
2022-03-22Merge branch 'net-tls-some-optimizations-for-tls'Jakub Kicinski2-41/+36
2022-03-22net/tls: optimize judgement processes in tls_set_device_offload()Ziyang Xuan1-31/+31
2022-03-22net/tls: remove unnecessary jump instructions in do_tls_setsockopt_conf()Ziyang Xuan1-10/+5
2022-03-22bpftool: Fix a bug in subskeleton code generationYonghong Song1-1/+0
2022-03-21bpf: Fix bpf_prog_pack when PMU_SIZE is not definedSong Liu1-2/+13
2022-03-21bpf: Fix bpf_prog_pack for multi-node setupSong Liu1-2/+7
2022-03-21bpf: Fix warning for cast from restricted gfp_t in verifierJoanne Koong1-2/+2
2022-03-21net: Revert the softirq will run annotation in ____napi_schedule().Sebastian Andrzej Siewior2-9/+1
2022-03-21bpf, arm: Fix various typos in commentsJulia Lawall1-2/+2
2022-03-21libbpf: Close fd in bpf_object__reuse_mapHengqi Chen1-1/+1
2022-03-21Merge branch 'devlink-locking'David S. Miller10-119/+156
2022-03-21devlink: hold the instance lock during eswitch_mode callbacksJakub Kicinski5-51/+54
2022-03-21netdevsim: replace vfs_lock with devlink instance lockJakub Kicinski2-18/+20
2022-03-21netdevsim: replace port_list_lock with devlink instance lockJakub Kicinski2-21/+20
2022-03-21devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski2-25/+65
2022-03-21bnxt: use the devlink instance lock to protect sriovJakub Kicinski4-11/+4
2022-03-21bpftool: Fix print error when show bpf mapYafang Shao1-5/+2
2022-03-21bpf: Fix kprobe_multi return probe backtraceJiri Olsa1-30/+37