summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2022-02-10bpf: Convert bpf_preload.ko to use light skeleton.Alexei Starovoitov-247/+70
2022-02-10bpf: Update iterators.lskel.h.Alexei Starovoitov-72/+69
2022-02-10bpftool: Generalize light skeleton generation.Alexei Starovoitov-19/+20
2022-02-10libbpf: Prepare light skeleton for the kernel.Alexei Starovoitov-21/+179
2022-02-10bpf: Extend sys_bpf commands for bpf_syscall programs.Alexei Starovoitov-4/+34
2022-02-10net: dsa: qca8k: fix noderef.cocci warningskernel test robot-1/+1
2022-02-10net/switchdev: use struct_size over open coded arithmeticMinghao Chi (CGEL ZTE)-1/+1
2022-02-10ipv4: Reject again rules with high DSCP valuesGuillaume Nault-0/+5
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep-62/+69
2022-02-10net: make net->dev_unreg_count atomicEric Dumazet-9/+6
2022-02-10qed: prevent a fw assert during device shutdownVenkata Sudheer Kumar Bhavaraju-2/+51
2022-02-10Merge branch 'ping6-cmsg'David S. Miller-82/+499
2022-02-10selftests: net: test standard socket cmsgs across UDP and ICMP socketsJakub Kicinski-0/+84
2022-02-10selftests: net: cmsg_sender: support Tx timestampingJakub Kicinski-1/+122
2022-02-10selftests: net: cmsg_sender: support setting SO_TXTIMEJakub Kicinski-3/+46
2022-02-10selftests: net: cmsg_so_mark: test with SO_MARK set by setsockoptJakub Kicinski-11/+31
2022-02-10selftests: net: cmsg_so_mark: test ICMP and RAW socketsJakub Kicinski-8/+16
2022-02-10selftests: net: cmsg_sender: support icmp and raw socketsJakub Kicinski-9/+55
2022-02-10selftests: net: make cmsg_so_mark ready for more optionsJakub Kicinski-26/+117
2022-02-10selftests: net: rename cmsg_so_markJakub Kicinski-6/+6
2022-02-10net: ping6: support setting socket options via cmsgJakub Kicinski-4/+9
2022-02-10net: ping6: support packet timestampingJakub Kicinski-0/+1
2022-02-10net: ping6: remove a pr_debug() statementJakub Kicinski-2/+0
2022-02-10Merge tag 'ieee802154-for-davem-2022-02-10' of git://git.kernel.org/pub/scm/l...David S. Miller-122/+92
2022-02-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller-689/+4150
2022-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-524/+449
2022-02-09tcp: Don't acquire inet_listen_hashbucket::lock with disabled BH.Sebastian Andrzej Siewior-25/+33
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-2215/+4049
2022-02-09net: drop_monitor: support drop reasonMenglong Dong-6/+36
2022-02-09Merge branch 'Split bpf_sk_lookup remote_port field'Alexei Starovoitov-5/+14
2022-02-09selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookupJakub Sitnicki-1/+8
2022-02-09bpf: Make remote_port field in struct bpf_sk_lookup 16-bit wideJakub Sitnicki-4/+6
2022-02-09ice: Add ability for PF admin to enable VF VLAN pruningBrett Creeley-2/+40
2022-02-09ice: Add support for 802.1ad port VLANs VFBrett Creeley-7/+44
2022-02-09ice: Advertise 802.1ad VLAN filtering and offloads for PF netdevBrett Creeley-49/+238
2022-02-09ice: Support configuring the device to Double VLAN ModeBrett Creeley-59/+996
2022-02-09ice: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley-43/+1226
2022-02-09ice: Add hot path support for 802.1Q and 802.1ad VLAN offloadsBrett Creeley-22/+87
2022-02-09ice: Add outer_vlan_ops and VSI specific VLAN ops implementationsBrett Creeley-86/+813
2022-02-09ice: Adjust naming for inner VLAN operationsBrett Creeley-142/+140
2022-02-09ice: Use the proto argument for VLAN opsBrett Creeley-26/+78
2022-02-09ice: Refactor vf->port_vlan_info to use ice_vlanBrett Creeley-35/+44
2022-02-09ice: Introduce ice_vlan structBrett Creeley-59/+82
2022-02-09ice: Add new VSI VLAN opsBrett Creeley-334/+450
2022-02-09ice: Add helper function for adding VLAN 0Brett Creeley-5/+14
2022-02-09ice: Refactor spoofcheck configuration functionsBrett Creeley-50/+128
2022-02-09libbpf: Fix compilation warning due to mismatched printf formatAndrii Nakryiko-1/+2
2022-02-09net: usb: smsc95xx: add generic selftest supportOleksij Rempel-0/+26
2022-02-09net: ethernet: cavium: use div64_u64() instead of do_div()Wang Qing-2/+2
2022-02-09net:enetc: enetc qos using the CBDR dma alloc functionPo Liu-75/+22