index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-18
net: tcp: allow tcp_timewait_sock to validate skbs before handing to device
Daniel Zahka
1
-2
/
+12
2025-09-18
net: move sk_validate_xmit_skb() to net/core/dev.c
Daniel Zahka
1
-0
/
+22
2025-09-18
tcp: add datapath logic for PSP with inline key exchange
Jakub Kicinski
1
-0
/
+2
2025-09-18
net: modify core data structures for PSP datapath support
Jakub Kicinski
1
-0
/
+4
2025-09-18
udp: add udp_drops_inc() helper
Eric Dumazet
1
-1
/
+0
2025-09-17
bpf: Explicitly check accesses to bpf_sock_addr
Paul Chaignon
1
-6
/
+10
2025-09-15
page_pool: always add GFP_NOWARN for ATOMIC allocations
Jakub Kicinski
1
-0
/
+6
2025-09-14
net: use NUMA drop counters for softnet_data.dropped
Eric Dumazet
2
-2
/
+3
2025-09-11
net: Use NAPI_* in test_bit when stopping napi kthread
Samiullah Khawaja
1
-1
/
+1
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+18
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
6
-27
/
+78
2025-09-11
net: xdp: pass full flags to xdp_update_skb_shared_info()
Jakub Kicinski
1
-11
/
+10
2025-09-09
net: dev_ioctl: take ops lock in hwtstamp lower paths
Carolina Jubran
1
-4
/
+18
2025-09-04
net: call cond_resched() less often in __release_sock()
Eric Dumazet
1
-4
/
+8
2025-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-22
/
+2
2025-09-04
net: add helper to pre-check if PP for an Rx queue will be unreadable
Jakub Kicinski
1
-0
/
+9
2025-09-03
net: lockless sock_i_ino()
Eric Dumazet
1
-22
/
+0
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
1
-1
/
+1
2025-08-29
net: use dst_dev_rcu() in sk_setup_caps()
Eric Dumazet
1
-6
/
+10
2025-08-29
net: dst: introduce dst->dev_rcu
Eric Dumazet
1
-1
/
+1
2025-08-29
net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=y
Eric Dumazet
1
-0
/
+2
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+18
2025-08-28
net: devmem: allow binding on rx queues with same DMA devices
Dragos Tatulea
1
-1
/
+30
2025-08-28
net: devmem: pre-read requested rx queues during bind
Dragos Tatulea
1
-27
/
+58
2025-08-28
net: devmem: pull out dma_dev out of net_devmem_bind_dmabuf
Dragos Tatulea
3
-12
/
+16
2025-08-28
net: devmem: get netdev DMA device via new API
Dragos Tatulea
1
-1
/
+9
2025-08-28
queue_api: add support for fetching per queue DMA dev
Dragos Tatulea
2
-0
/
+28
2025-08-28
net: add sk->sk_drop_counters
Eric Dumazet
1
-0
/
+2
2025-08-28
net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
Eric Dumazet
2
-8
/
+8
2025-08-27
net: Cache hash and flow_id to avoid recalculation
Krishna Kumar
1
-8
/
+7
2025-08-27
net: Prevent RPS table overwrite of active flows
Krishna Kumar
2
-8
/
+60
2025-08-26
ipv4: Convert ->flowi4_tos to dscp_t.
Guillaume Nault
2
-4
/
+4
2025-08-25
tcp: Don't pass hashinfo to socket lookup helpers.
Kuniyuki Iwashima
1
-3
/
+2
2025-08-22
page_pool: fix incorrect mp_ops error handling
Mina Almasry
1
-2
/
+4
2025-08-21
net: Introduce skb_copy_datagram_from_iter_full()
Will Deacon
1
-0
/
+14
2025-08-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+57
2025-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+12
2025-08-21
net: pktgen: Use min()/min_t() to improve pktgen_finalize_skb()
Thorsten Blum
1
-4
/
+3
2025-08-20
net: set net.core.rmem_max and net.core.wmem_max to 4 MB
Eric Dumazet
1
-4
/
+4
2025-08-20
net: avoid one loop iteration in __skb_splice_bits
Pengtao He
1
-1
/
+3
2025-08-19
net: Define sk_memcg under CONFIG_MEMCG.
Kuniyuki Iwashima
1
-0
/
+4
2025-08-19
net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().
Kuniyuki Iwashima
1
-13
/
+11
2025-08-19
net-memcg: Introduce mem_cgroup_sk_enabled().
Kuniyuki Iwashima
1
-3
/
+3
2025-08-19
net: Clean up __sk_mem_raise_allocated().
Kuniyuki Iwashima
1
-4
/
+5
2025-08-19
net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.
Kuniyuki Iwashima
1
-2
/
+1
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'
Martin KaFai Lau
1
-0
/
+57
2025-08-18
net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUM
Jakub Ramaseuski
1
-0
/
+12
2025-08-18
bpf: Enable read/write access to skb metadata through a dynptr
Jakub Sitnicki
1
-0
/
+16
2025-08-18
bpf: Add dynptr type for skb metadata
Jakub Sitnicki
1
-0
/
+41
2025-08-12
net: prevent deadlocks when enabling NAPIs with mixed kthread config
Jakub Kicinski
2
-2
/
+11
[prev]
[next]