summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-217-0/+96
* | | | | | uapi: IPv6 IOAM headers definitionJustin Iurman2021-07-211-0/+123
* | | | | | net: switchdev: remove stray semicolon in switchdev_handle_fdb_del_to_device ...Vladimir Oltean2021-07-211-1/+1
* | | | | | net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean2021-07-201-0/+56
* | | | | | net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean2021-07-201-0/+6
* | | | | | net: phy: add API to read 802.3-c45 IDsXu Liang2021-07-201-0/+1
* | | | | | net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean2021-07-201-13/+3
* | | | | | net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean2021-07-201-2/+0
* | | | | | net: dsa: make tag_8021q operations part of the coreVladimir Oltean2021-07-202-9/+8
* | | | | | net: dsa: let the core manage the tag_8021q contextVladimir Oltean2021-07-202-9/+12
* | | | | | net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean2021-07-201-0/+6
* | | | | | net: dsa: tag_8021q: remove struct packet_type declarationVladimir Oltean2021-07-201-1/+0
* | | | | | net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean2021-07-202-9/+1
* | | | | | Merge branch 'bridge-vlan-multicast'David S. Miller2021-07-201-0/+18
|\ \ \ \ \ \
| * | | | | | net: bridge: vlan: add mcast snooping controlNikolay Aleksandrov2021-07-201-0/+1
| * | | | | | net: bridge: vlan: add support for dumping global vlan optionsNikolay Aleksandrov2021-07-201-0/+1
| * | | | | | net: bridge: vlan: add support for global optionsNikolay Aleksandrov2021-07-201-0/+13
| * | | | | | net: bridge: multicast: include router port vlan id in notificationsNikolay Aleksandrov2021-07-201-0/+1
| * | | | | | net: bridge: add vlan mcast snooping knobNikolay Aleksandrov2021-07-201-0/+2
* | | | | | | net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet2021-07-201-1/+0
|/ / / / / /
* | | | | | openvswitch: Introduce per-cpu upcall dispatchMark Gray2021-07-161-0/+8
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-1511-46/+250
|\ \ \ \ \ \
| * | | | | | af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang2021-07-151-0/+2
| * | | | | | af_unix: Implement ->psock_update_sk_prot()Cong Wang2021-07-151-0/+10
| * | | | | | sock_map: Relax config dependency to CONFIG_NETCong Wang2021-07-151-18/+20
| * | | | | | bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa2021-07-151-1/+1
| * | | | | | bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa2021-07-151-0/+7
| * | | | | | bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa2021-07-151-1/+2
| * | | | | | bpf, x86: Store caller's ip in trampoline stackJiri Olsa2021-07-151-0/+5
| * | | | | | bpf: Teach stack depth check about async callbacks.Alexei Starovoitov2021-07-151-0/+1
| * | | | | | bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov2021-07-151-1/+8
| * | | | | | bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov2021-07-151-1/+8
| * | | | | | bpf: Add map side support for bpf timers.Alexei Starovoitov2021-07-152-11/+34
| * | | | | | bpf: Introduce bpf timers.Alexei Starovoitov2021-07-152-0/+76
| * | | | | | bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2021-07-141-1/+1
| * | | | | | bpf: devmap: Implement devmap prog execution for generic XDPKumar Kartikeya Dwivedi2021-07-071-1/+0
| * | | | | | bpf: cpumap: Implement generic cpumapKumar Kartikeya Dwivedi2021-07-072-9/+10
| * | | | | | bitops: Add non-atomic bitops for pointersKumar Kartikeya Dwivedi2021-07-072-0/+59
| * | | | | | net: core: Split out code to run generic XDP progKumar Kartikeya Dwivedi2021-07-071-0/+2
| * | | | | | bpf: Support input xdp_md context in BPF_PROG_TEST_RUNZvi Effron2021-07-071-3/+0
| * | | | | | bpf: Add function for XDP meta data length checkZvi Effron2021-07-071-0/+5
* | | | | | | bus: mhi: pci-generic: configurable network interface MRURichard Laing2021-07-151-0/+2
| |/ / / / / |/| | | | |
* | | | | | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-1420-223/+105
|\ \ \ \ \ \
| * | | | | | net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek BehĂșn2021-07-111-5/+1
| * | | | | | mptcp: avoid processing packet if a subflow resetJianguo Wu2021-07-091-2/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-091-0/+1
| |\ \ \ \ \ \
| | * | | | | | bpf: Track subprog poke descriptors correctly and fix use-after-freeJohn Fastabend2021-07-091-0/+1
| | |/ / / / /
| * | | | | | net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo2021-07-091-1/+3
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-07-074-4/+4
| |\ \ \ \ \ \
| | * | | | | | netfilter: uapi: refer to nfnetlink_conntrack.h, not nf_conntrack_netlink.hDuncan Roe2021-07-072-3/+3