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
2025-02-18
ipv4: initialize inet socket cookies with sockcm_init
Willem de Bruijn
-3
/
+2
2025-02-18
net: initialize mark in sockcm_init
Willem de Bruijn
-0
/
+1
2025-02-17
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
-0
/
+47
2025-02-17
netlink: Add nla_put_empty_nest helper
Joe Damato
-0
/
+15
2025-02-17
net: use napi_id_valid helper
Stefano Jordhani
-2
/
+2
2025-02-14
net: introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL()
Eric Dumazet
-0
/
+8
2025-02-14
libeth: move idpf_rx_csum_decoded and idpf_rx_extracted
Mateusz Polchlopek
-0
/
+47
2025-02-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+22
2025-02-13
Bluetooth: L2CAP: Fix corrupted list in hci_chan_del
Luiz Augusto von Dentz
-1
/
+2
2025-02-12
net: avoid unconditionally touching sk_tsflags on RX
Paolo Abeni
-4
/
+5
2025-02-12
net: report csum_complete via qstats
Jakub Kicinski
-0
/
+1
2025-02-11
tcp: add tcp_rto_max_ms sysctl
Eric Dumazet
-0
/
+1
2025-02-11
tcp: add the ability to control max RTO
Eric Dumazet
-5
/
+12
2025-02-11
tcp: add a @pace_delay parameter to tcp_reset_xmit_timer()
Eric Dumazet
-4
/
+6
2025-02-11
tcp: remove tcp_reset_xmit_timer() @max_when argument
Eric Dumazet
-4
/
+3
2025-02-11
wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth Rx
Emmanuel Grumbach
-2
/
+2
2025-02-11
wifi: mac80211: add strict mode disabling workarounds
Johannes Berg
-0
/
+6
2025-02-11
wifi: mac80211: Add support for EPCS configuration
Ilan Peer
-1
/
+2
2025-02-11
wifi: mac80211: Drop cooked monitor support
Alexander Wetzel
-6
/
+0
2025-02-11
wifi: nl80211/cfg80211: Stop supporting cooked monitor
Alexander Wetzel
-1
/
+1
2025-02-10
net: fib_rules: Factorise fib_newrule() and fib_delrule().
Kuniyuki Iwashima
-4
/
+4
2025-02-10
vrf: use RCU protection in l3mdev_l3_out()
Eric Dumazet
-0
/
+2
2025-02-10
xsk: add helper to get &xdp_desc's DMA and meta pointer in one go
Alexander Lobakin
-3
/
+48
2025-02-08
lib/crc32: rename __crc32c_le_combine() to crc32c_combine()
Eric Biggers
-2
/
+2
2025-02-08
lib/crc32: standardize on crc32c() name for Castagnoli CRC32
Eric Biggers
-3
/
+0
2025-02-07
net: devmem: don't call queue stop / start when the interface is down
Jakub Kicinski
-0
/
+4
2025-02-07
tcp: rename inet_csk_{delete|reset}_keepalive_timer()
Eric Dumazet
-3
/
+1
2025-02-06
netdev-genl: Elide napi_id when not present
Joe Damato
-0
/
+5
2025-02-06
Merge branch 'io_uring-zero-copy-rx'
Jakub Kicinski
-1
/
+69
2025-02-06
net: add helpers for setting a memory provider on an rx queue
David Wei
-0
/
+5
2025-02-06
net: page_pool: add memory provider helpers
Pavel Begunkov
-0
/
+19
2025-02-06
net: page_pool: add a mp hook to unregister_netdevice*
Pavel Begunkov
-0
/
+1
2025-02-06
net: page_pool: add callback for mp info printing
Pavel Begunkov
-0
/
+5
2025-02-06
net: page_pool: create hooks for custom memory providers
Pavel Begunkov
-0
/
+19
2025-02-06
net: generalise net_iov chunk owners
Pavel Begunkov
-1
/
+20
2025-02-06
ipv4: use RCU protection in ip_dst_mtu_maybe_forward()
Eric Dumazet
-3
/
+10
2025-02-06
ipv4: add RCU protection to ip4_dst_hoplimit()
Eric Dumazet
-2
/
+7
2025-02-06
net: add dev_net_rcu() helper
Eric Dumazet
-1
/
+1
2025-02-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2025-02-06
RDMA/mana_ib: Query feature_flags bitmask from FW
Shiraz Saleem
-0
/
+1
2025-02-05
net: sched: Fix truncation of offloaded action statistics
Ido Schimmel
-1
/
+1
2025-02-05
net-sysfs: move queue attribute groups outside the default groups
Antoine Tenart
-0
/
+1
2025-02-03
RDMA/mana_ib: implement get_dma_mr
Konstantin Taranov
-0
/
+5
2025-02-03
RDMA/mana_ib: Allow registration of DMA-mapped memory in PDs
Konstantin Taranov
-0
/
+1
2025-01-29
bpf: Fix wrong copied_seq calculation
Jiayuan Chen
-0
/
+8
2025-01-29
strparser: Add read_sock callback
Jiayuan Chen
-0
/
+2
2025-01-27
Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
-3
/
+13
2025-01-27
net: page_pool: don't try to stash the napi id
Jakub Kicinski
-1
/
+0
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
-200
/
+813
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-6
/
+6
[prev]
[next]