aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr1-0/+4
2021-07-29mctp: Add MCTP baseJeremy Kerr1-1/+5
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni1-0/+2
2021-07-29sk_buff: introduce 'slow_gro' flagsPaolo Abeni1-0/+4
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann1-3/+10
2021-07-27net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann1-1/+6
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann2-2/+4
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-0/+6
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann1-2/+2
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann1-1/+1
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann1-0/+3
2021-07-26net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean1-0/+10
2021-07-26net: bridge: add a helper for retrieving port VLANs from the data pathVladimir Oltean1-0/+8
2021-07-26Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-1/+2
2021-07-26net/mlx5e: Block LRO if firmware asks for tunneled LROMaxim Mikityanskiy1-1/+2
2021-07-25can: flexcan: add platform data headerAngelo Dureghello1-0/+23
2021-07-25can: bittiming: fix documentation for struct can_tdcMarc Kleine-Budde1-2/+2
2021-07-25can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be called from threaded interruptMarc Kleine-Budde1-0/+1
2021-07-25can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde1-5/+0
2021-07-25can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde1-0/+2
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz1-0/+3
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-33/+24
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann1-0/+2
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 Bergmann1-17/+15
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-25/+1
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/kernel/git/broonie/regulatorLinus Torvalds1-2/+2
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman1-0/+13
2021-07-21ipv6: ioam: IOAM Generic Netlink APIJustin Iurman1-0/+13
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2-0/+16
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-25/+1
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 Oltean1-9/+1
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean1-9/+9
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-17Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-5/+17
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-42/+152
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang1-18/+20
2021-07-15bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa1-1/+2
2021-07-15bpf, x86: Store caller's ip in trampoline stackJiri Olsa1-0/+5
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov1-0/+1
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov1-1/+8