summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2021-08-03skbuff: introduce skb_expand_head()Vasily Averin
2021-08-02net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-30Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-30sk_buff: avoid potentially clearing 'slow_gro' fieldPaolo Abeni
2021-07-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2021-07-30net: netlink: Remove unused functionYajun Deng
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr
2021-07-29mctp: Add MCTP baseJeremy Kerr
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni
2021-07-29sk_buff: introduce 'slow_gro' flagsPaolo Abeni
2021-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-07-29bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann
2021-07-29bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann
2021-07-27bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend
2021-07-27Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-07-27net: bonding: move ioctl handling to private ndo operationArnd Bergmann
2021-07-27net: bridge: move bridge ioctls out of .ndo_do_ioctlArnd Bergmann
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27dev_ioctl: pass SIOCDEVPRIVATE data separatelyArnd Bergmann
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann
2021-07-27net: split out SIOCDEVPRIVATE handling from dev_ioctlArnd Bergmann
2021-07-26net: dsa: sja1105: add bridge TX data plane offload based on tag_8021qVladimir Oltean
2021-07-26net: bridge: add a helper for retrieving port VLANs from the data pathVladimir Oltean
2021-07-26Merge tag 'mlx5-updates-2021-07-24' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2021-07-26net/mlx5e: Block LRO if firmware asks for tunneled LROMaxim Mikityanskiy
2021-07-25can: flexcan: add platform data headerAngelo Dureghello
2021-07-25can: bittiming: fix documentation for struct can_tdcMarc Kleine-Budde
2021-07-25can: rx-offload: can_rx_offload_threaded_irq_finish(): add new function to be...Marc Kleine-Budde
2021-07-25can: rx-offload: can_rx_offload_irq_finish(): directly call napi_schedule()Marc Kleine-Budde
2021-07-25can: rx-offload: add skb queue for use during ISRMarc Kleine-Budde
2021-07-24Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-23memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport
2021-07-23mm: use kmap_local_page in memzero_pageChristoph Hellwig
2021-07-23mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau
2021-07-23net: bridge: switchdev: allow the TX data plane forwarding to be offloadedTobias Waldekranz
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-23net: socket: rework compat_ifreq_ioctl()Arnd Bergmann
2021-07-23net: socket: simplify dev_ifconf handlingArnd Bergmann
2021-07-23net: socket: remove register_gifconfArnd Bergmann
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann
2021-07-23compat: make linux/compat.h available everywhereArnd Bergmann
2021-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-07-22net: bridge: move the switchdev object replay helpers to "push" modeVladimir Oltean
2021-07-22net: bridge: switchdev: let drivers inform which bridge ports are offloadedVladimir Oltean
2021-07-21Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-07-21cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker