summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann1-1/+1
2021-07-23net: socket: remove register_gifconfArnd Bergmann2-8/+9
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann1-4/+0
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann2-17/+32
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-25/+1
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-3/+28
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean1-36/+18
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean1-0/+21
2021-07-21Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2021-07-21Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+62
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko1-4/+18
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko1-2/+3
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman5-0/+38
2021-07-21ipv6: ioam: IOAM Generic Netlink APIJustin Iurman2-0/+65
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman7-0/+96
2021-07-21uapi: IPv6 IOAM headers definitionJustin Iurman1-0/+123
2021-07-21net: switchdev: remove stray semicolon in switchdev_handle_fdb_del_to_device ...Vladimir Oltean1-1/+1
2021-07-21afs: Fix tracepoint string placement with built-in AFSDavid Howells1-5/+62
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-25/+1
2021-07-20net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean1-0/+56
2021-07-20net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean1-0/+6
2021-07-20net: phy: add API to read 802.3-c45 IDsXu Liang1-0/+1
2021-07-20net: dsa: tag_8021q: add proper cross-chip notifier supportVladimir Oltean1-13/+3
2021-07-20net: dsa: tag_8021q: absorb dsa_8021q_setup into dsa_tag_8021q_{,un}registerVladimir Oltean1-2/+0
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean2-9/+8
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean2-9/+12
2021-07-20net: dsa: tag_8021q: create dsa_tag_8021q_{register,unregister} helpersVladimir Oltean1-0/+6
2021-07-20net: dsa: tag_8021q: remove struct packet_type declarationVladimir Oltean1-1/+0
2021-07-20net: dsa: sja1105: delete the best_effort_vlan_filtering modeVladimir Oltean2-9/+1
2021-07-20Merge branch 'bridge-vlan-multicast'David S. Miller1-0/+18
2021-07-20net: bridge: vlan: add mcast snooping controlNikolay Aleksandrov1-0/+1
2021-07-20net: bridge: vlan: add support for dumping global vlan optionsNikolay Aleksandrov1-0/+1
2021-07-20net: bridge: vlan: add support for global optionsNikolay Aleksandrov1-0/+13
2021-07-20net: bridge: multicast: include router port vlan id in notificationsNikolay Aleksandrov1-0/+1
2021-07-20net: bridge: add vlan mcast snooping knobNikolay Aleksandrov1-0/+2
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet1-1/+0
2021-07-20net/tcp_fastopen: remove obsolete externEric Dumazet1-1/+0
2021-07-18Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-60/+207
2021-07-17Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-5/+17
2021-07-16Merge tag 'renesas-fixes-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann1-53/+183
2021-07-16Merge tag 'memory-controller-drv-tegra-5.14-3' of git://git.kernel.org/pub/sc...Arnd Bergmann1-2/+7
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray1-0/+8
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-46/+250
2021-07-16af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang1-0/+2
2021-07-16af_unix: Implement ->psock_update_sk_prot()Cong Wang1-0/+10
2021-07-16sock_map: Relax config dependency to CONFIG_NETCong Wang1-18/+20
2021-07-16bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa1-1/+1
2021-07-16bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa1-0/+7
2021-07-16bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa1-1/+2
2021-07-16bpf, x86: Store caller's ip in trampoline stackJiri Olsa1-0/+5