index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Lines
2024-05-02
tcp: Add new args for cong_control in tcp_congestion_ops
Miao Xu
-1
/
+1
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+9
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
-0
/
+9
2024-05-01
net: dsa: Remove adjust_link paths
Florian Fainelli
-7
/
+0
2024-05-01
net: dsa: Remove fixed_link_update member
Florian Fainelli
-4
/
+0
2024-05-01
netfs, 9p: Implement helpers for new write code
David Howells
-0
/
+2
2024-05-01
xfrm: Add Direction to the SA in or out
Antony Antony
-0
/
+1
2024-04-30
net: move sysctl_mem_pcpu_rsv to net_hotdata
Eric Dumazet
-3
/
+4
2024-04-30
net: add <net/proto_memory.h>
Eric Dumazet
-78
/
+83
2024-04-30
tcp: move tcp_out_of_memory() to net/ipv4/tcp.c
Eric Dumazet
-9
/
+1
2024-04-30
net: move sysctl_skb_defer_max to net_hotdata
Eric Dumazet
-0
/
+1
2024-04-30
net: move sysctl_max_skb_frags to net_hotdata
Eric Dumazet
-0
/
+1
2024-04-30
inet: introduce dst_rtable() helper
Eric Dumazet
-2
/
+13
2024-04-30
net/smc: add operations to merge sndbuf with peer DMB
Wen Gu
-0
/
+3
2024-04-30
net/smc: mark optional smcd_ops and check for support when called
Wen Gu
-6
/
+8
2024-04-30
net/smc: decouple ism_client from SMC-D DMB registration
Wen Gu
-2
/
+2
2024-04-30
netdev: add queue stats
Xuan Zhuo
-0
/
+27
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-2
/
+2
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
-8
/
+9
2024-04-29
ipv6: use call_rcu_hurry() in fib6_info_release()
Eric Dumazet
-1
/
+1
2024-04-26
tcp: support rstreason for passive reset
Jason Xing
-0
/
+15
2024-04-26
rstreason: prepare for active reset
Jason Xing
-1
/
+2
2024-04-26
rstreason: prepare for passive reset
Jason Xing
-1
/
+3
2024-04-26
net: introduce rstreason to detect why the RST is sent
Jason Xing
-0
/
+106
2024-04-26
net/sched: fix false lockdep warning on qdisc root lock
Davide Caratti
-0
/
+1
2024-04-26
xfrm: Preserve vlan tags for transport mode software GRO
Paul Davey
-0
/
+3
2024-04-25
mm: change inlined allocation helpers to account at the call site
Suren Baghdasaryan
-12
/
+19
2024-04-25
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
-7
/
+273
2024-04-25
net: add two more call_rcu_hurry()
Eric Dumazet
-1
/
+1
2024-04-25
bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args
Philo Lu
-2
/
+2
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-20
/
+37
2024-04-25
Merge tag 'wireless-next-2024-04-24' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
-51
/
+114
2024-04-25
af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().
Kuniyuki Iwashima
-0
/
+3
2024-04-25
tls: fix lockless read of strp->msg_ready in ->poll
Sabrina Dubroca
-1
/
+2
2024-04-25
macsec: Enable devices to advertise whether they update sk_buff md_dst during...
Rahul Rameshbabu
-0
/
+2
2024-04-25
Merge tag 'wireless-2024-04-23' of git://git.kernel.org/pub/scm/linux/kernel/...
David S. Miller
-0
/
+3
2024-04-25
tcp: move tcp_skb_cb->sacked flags to enum
Philo Lu
-9
/
+13
2024-04-24
Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZE
Luiz Augusto von Dentz
-0
/
+4
2024-04-24
Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_sync
Luiz Augusto von Dentz
-1
/
+3
2024-04-24
libeth: add Rx buffer management
Alexander Lobakin
-0
/
+117
2024-04-24
page_pool: add DMA-sync-for-CPU inline helper
Alexander Lobakin
-0
/
+24
2024-04-24
page_pool: constify some read-only function arguments
Alexander Lobakin
-7
/
+7
2024-04-24
net: intel: introduce {, Intel} Ethernet common library
Alexander Lobakin
-0
/
+125
2024-04-23
net: fix sk_memory_allocated_{add|sub} vs softirqs
Eric Dumazet
-18
/
+20
2024-04-22
devlink: extend devlink_param *set pointer
Mateusz Polchlopek
-2
/
+4
2024-04-19
net_sched: sch_choke: implement lockless choke_dump()
Eric Dumazet
-6
/
+6
2024-04-19
wifi: cfg80211: fix cfg80211 function kernel-doc
Jeff Johnson
-29
/
+82
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+26
2024-04-17
net/sched: Fix mirred deadlock on device recursion
Eric Dumazet
-0
/
+1
2024-04-16
af_unix: Try not to hold unix_gc_lock during accept().
Kuniyuki Iwashima
-0
/
+1
[prev]
[next]