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-04-03
net: use netif_disable_lro in ipv6_add_dev
Stanislav Fomichev
1
-0
/
+1
2025-04-03
net: hold instance lock during NETDEV_REGISTER/UP
Stanislav Fomichev
3
-14
/
+14
2025-04-03
net: decrease cached dst counters in dst_release
Antoine Tenart
1
-0
/
+8
2025-04-02
rtnetlink: Use register_pernet_subsys() in rtnl_net_debug_init().
Kuniyuki Iwashima
1
-1
/
+1
2025-04-02
bpf: add missing ops lock around dev_xdp_attach_link
Stanislav Fomichev
1
-0
/
+2
2025-04-01
Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-2
/
+7
2025-03-31
net: fix use-after-free in the netdev_nl_sock_priv_destroy()
Taehee Yoo
1
-2
/
+4
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-2
/
+4
2025-03-27
rtnetlink: Allocate vfinfo size for VF GUIDs when supported
Mark Zhang
1
-0
/
+3
2025-03-26
Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
32
-943
/
+2220
2025-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-19
/
+0
2025-03-25
Merge tag 'for-net-next-2025-03-25' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
1
-0
/
+2
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+1
2025-03-25
net: protect rxq->mp_params with the instance lock
Jakub Kicinski
2
-7
/
+4
2025-03-25
net: designate queue -> napi linking as "ops protected"
Jakub Kicinski
1
-2
/
+1
2025-03-25
net: designate queue counts as "double ops protected" by instance lock
Jakub Kicinski
4
-0
/
+14
2025-03-25
net: remove netif_set_real_num_rx_queues() helper for when SYSFS=n
Jakub Kicinski
1
-2
/
+0
2025-03-25
net: bubble up taking netdev instance lock to callers of net_devmem_unbind_dm...
Jakub Kicinski
2
-2
/
+2
2025-03-25
net-timestamp: COMPLETION timestamp on packet tx completion
Pauli Virtanen
1
-0
/
+2
2025-03-25
net: rfs: hash function change
Eric Dumazet
2
-6
/
+11
2025-03-24
net: introduce per netns packet chains
Paolo Abeni
4
-20
/
+64
2025-03-24
netpoll: Eliminate redundant assignment
Breno Leitao
1
-1
/
+0
2025-03-24
net: pktgen: add strict buffer parsing index check
Peter Seiderer
1
-0
/
+8
2025-03-21
net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.
Kuniyuki Iwashima
1
-19
/
+0
2025-03-20
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
1
-12
/
+33
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2
-12
/
+54
2025-03-20
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
Lin Ma
1
-0
/
+1
2025-03-20
net: lwtunnel: fix recursion loops
Justin Iurman
1
-12
/
+53
2025-03-20
net: phy: Support speed selection for PHY loopback
Gerhard Engleder
1
-2
/
+2
2025-03-19
netconsole: allow selection of egress interface via MAC address
Uday Shankar
1
-12
/
+39
2025-03-19
net: reorder dev_addr_sem lock
Stanislav Fomichev
3
-14
/
+16
2025-03-19
Revert "net: replace dev_addr_sem with netdev instance lock"
Stanislav Fomichev
6
-38
/
+49
2025-03-18
tcp: cache RTAX_QUICKACK metric in a hot cache line
Eric Dumazet
1
-1
/
+5
2025-03-15
net: filter: Avoid shadowing variable in bpf_convert_ctx_access()
Breno Leitao
1
-2
/
+2
2025-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
3
-3
/
+14
2025-03-13
tcp: bpf: Support bpf_getsockopt for TCP_BPF_DELACK_MAX
Jason Xing
1
-0
/
+6
2025-03-13
tcp: bpf: Support bpf_getsockopt for TCP_BPF_RTO_MIN
Jason Xing
1
-0
/
+6
2025-03-13
tcp: bpf: Introduce bpf_sol_tcp_getsockopt to support TCP_BPF flags
Jason Xing
1
-12
/
+21
2025-03-12
net: drop rtnl_lock for queue_mgmt operations
Stanislav Fomichev
3
-19
/
+14
2025-03-12
net: add granular lock for the netdev netlink socket
Stanislav Fomichev
1
-0
/
+6
2025-03-12
net: create netdev_nl_sock to wrap bindings list
Stanislav Fomichev
3
-15
/
+14
2025-03-12
eth: bnxt: switch to netif_close
Stanislav Fomichev
1
-0
/
+1
2025-03-12
net: revert to lockless TC_SETUP_BLOCK and TC_SETUP_FT
Stanislav Fomichev
1
-19
/
+0
2025-03-10
net: devmem: do not WARN conditionally after netdev_rx_queue_restart()
Taehee Yoo
1
-1
/
+3
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
6
-0
/
+7
2025-03-07
netpoll: hold rcu read lock in __netpoll_send_skb()
Breno Leitao
1
-2
/
+7
2025-03-07
netpoll: Optimize skb refilling on critical path
Breno Leitao
1
-2
/
+13
2025-03-07
netmem: prevent TX of unreadable skbs
Mina Almasry
1
-0
/
+3
2025-03-06
net: replace dev_addr_sem with netdev instance lock
Stanislav Fomichev
6
-49
/
+38
2025-03-06
net: hold netdev instance lock during ndo_bpf
Stanislav Fomichev
2
-2
/
+23
[prev]
[next]