summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-10bpf: Fix bpf_prog_pack build for ppc64_defconfigSong Liu
2022-02-10selftest/bpf: Check invalid length in test_xdp_update_fragsLorenzo Bianconi
2022-02-10Merge branch 'bpf-light-skel'Daniel Borkmann
2022-02-10bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov
2022-02-10bpf: Update iterators.lskel.h.Alexei Starovoitov
2022-02-10bpftool: Generalize light skeleton generation.Alexei Starovoitov
2022-02-10libbpf: Prepare light skeleton for the kernel.Alexei Starovoitov
2022-02-10bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov
2022-02-10net: dsa: qca8k: fix noderef.cocci warningskernel test robot
2022-02-10net/switchdev: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)
2022-02-10ipv4: Reject again rules with high DSCP valuesGuillaume Nault
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet
2022-02-10qed: prevent a fw assert during device shutdownVenkata Sudheer Kumar Bhavaraju
2022-02-10Merge branch 'ping6-cmsg'David S. Miller
2022-02-10selftests: net: test standard socket cmsgs across UDP and ICMP socketsJakub Kicinski
2022-02-10selftests: net: cmsg_sender: support Tx timestampingJakub Kicinski
2022-02-10selftests: net: cmsg_sender: support setting SO_TXTIMEJakub Kicinski
2022-02-10selftests: net: cmsg_so_mark: test with SO_MARK set by setsockoptJakub Kicinski
2022-02-10selftests: net: cmsg_so_mark: test ICMP and RAW socketsJakub Kicinski
2022-02-10selftests: net: cmsg_sender: support icmp and raw socketsJakub Kicinski
2022-02-10selftests: net: make cmsg_so_mark ready for more optionsJakub Kicinski
2022-02-10selftests: net: rename cmsg_so_markJakub Kicinski
2022-02-10net: ping6: support setting socket options via cmsgJakub Kicinski
2022-02-10net: ping6: support packet timestampingJakub Kicinski
2022-02-10net: ping6: remove a pr_debug() statementJakub Kicinski
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller
2022-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-02-09tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-02-09net: drop_monitor: support drop reasonMenglong Dong
2022-02-09Merge branch 'Split bpf_sk_lookup remote_port field'Alexei Starovoitov
2022-02-09selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookupJakub Sitnicki
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki
2022-02-09ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley
2022-02-09ice: Add support for 802.1ad port VLANs VFBrett Creeley
2022-02-09ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley
2022-02-09ice: Adjust naming for inner VLAN operationsBrett Creeley
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley
2022-02-09ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley
2022-02-09ice: Introduce ice_vlan structBrett Creeley
2022-02-09ice: Add new VSI VLAN opsBrett Creeley
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley
2022-02-09ice: Refactor spoofcheck configuration functionsBrett Creeley
2022-02-09libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko