summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-032-12/+11
|\
| * net: add more sanity checks to qdisc_pkt_len_init()Eric Dumazet2024-10-011-3/+7
| * net: avoid potential underflow in qdisc_pkt_len_init() with UFOEric Dumazet2024-10-011-1/+1
| * net: Fix gso_features_check to check for both dev->gso_{ipv4_,}max_sizeDaniel Borkmann2024-10-011-1/+1
| * net: Add netif_get_gro_max_size helper for GRODaniel Borkmann2024-10-011-7/+2
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-026-6/+6
|/
* Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-09-241-17/+6
|\
| * bpf: switch maps to CLASS(fd, ...)Al Viro2024-08-141-17/+6
| * Merge remote-tracking branch 'vfs/stable-struct_fd'Andrii Nakryiko2024-08-131-3/+3
| |\
* | \ Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-3/+3
|\ \ \ | | |/ | |/|
| * | introduce fd_file(), convert all accessors to it.Al Viro2024-08-131-3/+3
* | | Merge tag 'bpf-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-09-211-30/+45
|\ \ \
| * | | bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of errorDaniel Borkmann2024-09-131-21/+23
| * | | bpf: Fix helper writes to read-only mapsDaniel Borkmann2024-09-131-2/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-08-223-12/+21
| |\ \ \
| * | | | bpf: Use kmemdup_array instead of kmemdup for multiple allocationYu Jiaoliang2024-08-221-2/+2
| | |_|/ | |/| |
| * | | bpf: Fail verification for sign-extension of packet data/data_end/data_metaYonghong Song2024-07-301-5/+16
| | |/ | |/|
* | | Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-171-2/+2
|\ \ \
| * | | softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos2024-08-201-2/+2
| |/ /
* | | Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-09-161-1/+1
|\ \ \
| * | | file: reclaim 24 bytes from f_ownerChristian Brauner2024-08-281-1/+1
| | |/ | |/|
* | | net: fib_rules: Enable DSCP selector usageIdo Schimmel2024-09-141-1/+2
* | | net: fib_rules: Add DSCP selector attributeIdo Schimmel2024-09-141-1/+2
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-09-133-2/+4
|\ \ \
| * | | sock_map: Add a cond_resched() in sock_hash_free()Eric Dumazet2024-09-111-0/+1
| * | | bpf: Allow bpf_dynptr_from_skb() for tp_btfPhilo Lu2024-09-111-1/+2
| * | | bpf, sockmap: Correct spelling skmsg.cSimon Horman2024-09-021-1/+1
* | | | netdev: add dmabuf introspectionMina Almasry2024-09-122-0/+12
* | | | net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry2024-09-121-0/+68
* | | | tcp: RX path for devmem TCPMina Almasry2024-09-121-0/+22
* | | | net: add support for skbs with unreadable fragsMina Almasry2024-09-123-2/+51
* | | | net: support non paged skb fragsMina Almasry2024-09-123-2/+15
* | | | memory-provider: dmabuf devmem memory providerMina Almasry2024-09-126-27/+240
* | | | page_pool: devmem supportMina Almasry2024-09-125-24/+88
* | | | netdev: netdevice devmem allocatorMina Almasry2024-09-122-0/+75
* | | | netdev: support binding dma-buf to netdeviceMina Almasry2024-09-127-5/+556
* | | | net: netdev netlink api to bind dma-buf to a net deviceMina Almasry2024-09-123-0/+27
* | | | netdev: add netdev_rx_queue_restart()Mina Almasry2024-09-122-0/+75
* | | | Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-09-111-0/+35
|\ \ \ \
| * | | | net: add copy from skb_seq_state to buffer functionChristian Hopps2024-08-201-0/+35
| | |_|/ | |/| |
* | | | net: remove dev_pick_tx_cpu_id()Jakub Kicinski2024-09-101-7/+0
* | | | bpf: lwtunnel: Unmask upper DSCP bits in bpf_lwt_xmit_reroute()Ido Schimmel2024-09-091-1/+2
* | | | net: sysfs: Fix weird usage of class's namespace relevant fieldsZijun Hu2024-09-091-2/+2
* | | | netpoll: remove netpoll_srcuEric Dumazet2024-09-071-11/+4
* | | | net/core: make use of the helper macro LIST_HEAD()Hongbo Li2024-09-071-4/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-061-1/+1
|\ \ \ \
| * | | | net: dqs: Do not use extern for unused dql_groupBreno Leitao2024-09-031-1/+1
* | | | | net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato2024-09-061-1/+5
* | | | | netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin2024-09-031-2/+2
* | | | | netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin2024-09-031-2/+1