index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-19
net-sysfs: use check_net()
Christian Brauner
1
-3
/
+3
2025-09-19
ns: add ns_common_free()
Christian Brauner
1
-2
/
+2
2025-09-19
nscommon: simplify initialization
Christian Brauner
1
-1
/
+1
2025-09-19
net: centralize ns_common initialization
Christian Brauner
1
-20
/
+3
2025-09-19
ns: add to_<type>_ns() to respective headers
Christian Brauner
1
-5
/
+0
2025-09-19
net: support ns lookup
Christian Brauner
1
-2
/
+6
2025-09-19
Merge branch 'no-rebase-mnt_ns_tree_remove'
Christian Brauner
4
-5
/
+76
2025-09-19
net: use ns_common_init()
Christian Brauner
1
-13
/
+33
2025-09-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-09-18
Merge branch 'add-basic-psp-encryption-for-tcp-connections'
Paolo Abeni
3
-0
/
+38
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...
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
[prev]
[next]