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
/
include
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-15
net: expedite synchronize_net() for cleanup_net()
Eric Dumazet
1
-0
/
+2
2025-01-15
net: make page_pool_ref_netmem work with net iovs
Pavel Begunkov
1
-1
/
+1
2025-01-15
Bluetooth: Get rid of cmd_timeout and use the reset callback
Hsin-chen Chuang
1
-1
/
+0
2025-01-15
Bluetooth: hci: Remove deadcode
Dr. David Alan Gilbert
2
-3
/
+0
2025-01-15
Bluetooth: MGMT: Mark LL Privacy as stable
Luiz Augusto von Dentz
2
-8
/
+4
2025-01-14
tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counter
Eric Dumazet
1
-0
/
+1
2025-01-14
tcp: add TCP_RFC7323_PAWS_ACK drop reason
Eric Dumazet
1
-0
/
+5
2025-01-14
Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
1
-0
/
+12
2025-01-13
wifi: mac80211: set key link ID to the deflink one
Benjamin Berg
1
-1
/
+1
2025-01-13
wifi: cfg80211: Add support for controlling EPCS
Ilan Peer
1
-0
/
+10
2025-01-13
wifi: cfg80211: Add support for dynamic addition/removal of links
Ilan Peer
1
-0
/
+45
2025-01-13
wifi: nl80211: permit userspace to pass supported selectors
Benjamin Berg
1
-0
/
+12
2025-01-13
wifi: mac80211: clarify key idx documententaion
Miri Korenblit
1
-1
/
+1
2025-01-13
wifi: mac80211: add some support for RX OMI power saving
Johannes Berg
1
-0
/
+46
2025-01-13
wifi: mac80211: change disassoc sequence a bit
Miri Korenblit
1
-0
/
+4
2025-01-10
xsk: Bring back busy polling support
Stanislav Fomichev
3
-23
/
+0
2025-01-10
Merge tag 'vfs-6.13-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-10
/
+7
2025-01-10
Merge branch 'vfs-6.14.poll' into vfs.fixes
Christian Brauner
1
-10
/
+7
2025-01-10
sock_poll_wait: kill the no longer necessary barrier after poll_wait()
Oleg Nesterov
1
-10
/
+7
2025-01-10
Merge tag 'ipsec-next-2025-01-09' of git://git.kernel.org/pub/scm/linux/kerne...
David S. Miller
1
-0
/
+44
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-01-09
netfilter: conntrack: add conntrack event timestamp
Florian Westphal
1
-0
/
+12
2025-01-09
netlink: add IPv6 anycast join/leave notifications
Yuyang Huang
1
-0
/
+3
2025-01-07
net: dsa: remove get_mac_eee() method
Russell King (Oracle)
1
-2
/
+0
2025-01-06
ax25: rcu protect dev->ax25_ptr
Eric Dumazet
1
-5
/
+5
2025-01-06
sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.
Guillaume Nault
1
-0
/
+6
2025-01-06
xfrm: delete intermediate secpath entry in packet offload mode
Alexandre Cassen
1
-3
/
+13
2025-01-04
tcp/dccp: allow a connection when sk_max_ack_backlog is zero
Zhongqiu Duan
1
-1
/
+1
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+13
2025-01-03
Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+5
2025-01-02
devlink: Improve the port attributes description
Parav Pandit
1
-5
/
+6
2024-12-25
netfilter: nft_set_hash: unaligned atomic read on struct nft_set_ext
Pablo Neira Ayuso
1
-2
/
+5
2024-12-23
net: bridge: add skb drop reasons to the most common drop points
Radu Rendec
1
-0
/
+12
2024-12-23
net: vxlan: rename SKB_DROP_REASON_VXLAN_NO_REMOTE
Radu Rendec
1
-3
/
+3
2024-12-20
ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().
Guillaume Nault
1
-0
/
+28
2024-12-20
tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
Cong Wang
1
-2
/
+8
2024-12-19
xsk: add generic XSk &xdp_buff -> skb conversion
Alexander Lobakin
1
-0
/
+1
2024-12-19
xsk: make xsk_buff_add_frag() really add the frag via __xdp_buff_add_frag()
Alexander Lobakin
1
-3
/
+15
2024-12-19
xdp: add generic xdp_build_skb_from_buff()
Alexander Lobakin
1
-0
/
+1
2024-12-19
xdp: add generic xdp_buff_add_frag()
Alexander Lobakin
1
-1
/
+95
2024-12-19
page_pool: add page_pool_dev_alloc_netmem()
Alexander Lobakin
1
-0
/
+9
2024-12-19
gre: Drop ip_route_output_gre().
Guillaume Nault
1
-14
/
+0
2024-12-19
Merge tag 'wireless-next-2024-12-19' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2
-2
/
+6
2024-12-18
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
1
-0
/
+13
2024-12-17
inetpeer: remove create argument of inet_getpeer()
Eric Dumazet
1
-4
/
+3
2024-12-17
inetpeer: remove create argument of inet_getpeer_v[46]()
Eric Dumazet
1
-5
/
+4
2024-12-17
net: page_pool: rename page_pool_is_last_ref()
Jakub Kicinski
1
-2
/
+2
2024-12-17
devlink: add devlink_fmsg_dump_skb() function
Mateusz Polchlopek
1
-0
/
+2
2024-12-17
devlink: add devlink_fmsg_put() macro
Przemek Kitszel
1
-0
/
+11
2024-12-16
sock: Introduce SO_RCVPRIORITY socket option
Anna Emese Nyiri
1
-1
/
+3
[prev]
[next]