index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: datagram: fix data-races in datagram_poll()
Eric Dumazet
2023-05-10
1
-5
/
+10
*
net: add vlan_get_protocol_and_depth() helper
Eric Dumazet
2023-05-10
1
-1
/
+1
*
net: deal with most data-races in sk_wait_event()
Eric Dumazet
2023-05-10
1
-6
/
+6
*
net: skb_partial_csum_set() fix against transport header magic value
Eric Dumazet
2023-05-07
1
-2
/
+2
*
tcp: fix skb_copy_ubufs() vs BIG TCP
Eric Dumazet
2023-04-28
1
-6
/
+14
*
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-04-26
18
-379
/
+817
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-26
1
-0
/
+3
|
|
\
|
|
*
tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp.
Kuniyuki Iwashima
2023-04-25
1
-0
/
+3
|
*
|
net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TX
Vladimir Oltean
2023-04-23
1
-7
/
+1
|
*
|
net: optimize napi_threaded_poll() vs RPS/RFS
Eric Dumazet
2023-04-23
1
-2
/
+10
|
*
|
net: make napi_threaded_poll() aware of sd->defer_list
Eric Dumazet
2023-04-23
1
-0
/
+3
|
*
|
net: move skb_defer_free_flush() up
Eric Dumazet
2023-04-23
1
-21
/
+21
|
*
|
net: do not provide hard irq safety for sd->defer_lock
Eric Dumazet
2023-04-23
2
-5
/
+4
|
*
|
net: add debugging checks in skb_attempt_defer_free()
Eric Dumazet
2023-04-23
1
-0
/
+3
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-04-21
1
-0
/
+2
|
|
\
\
|
|
*
|
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
2023-04-21
1
-0
/
+1
|
|
*
|
bpf: Set skb redirect and from_ingress info in __bpf_tx_skb
Daniel Borkmann
2023-04-17
1
-0
/
+1
|
*
|
|
net: dst: fix missing initialization of rt_uncached
Maxime Bizon
2023-04-21
1
-0
/
+1
|
*
|
|
bridge: Allow setting per-{Port, VLAN} neighbor suppression state
Ido Schimmel
2023-04-21
1
-1
/
+1
|
*
|
|
net: extend drop reasons for multiple subsystems
Johannes Berg
2023-04-20
2
-12
/
+80
|
*
|
|
net: skbuff: update and rename __kfree_skb_defer()
Jakub Kicinski
2023-04-20
3
-4
/
+5
|
*
|
|
page_pool: unlink from napi during destroy
Jakub Kicinski
2023-04-20
1
-1
/
+17
|
*
|
|
page_pool: add DMA_ATTR_WEAK_ORDERING on all mappings
Jakub Kicinski
2023-04-19
1
-2
/
+3
|
*
|
|
net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not set
Jakub Kicinski
2023-04-19
1
-2
/
+1
|
*
|
|
net: skbuff: hide wifi_acked when CONFIG_WIRELESS not set
Jakub Kicinski
2023-04-19
1
-0
/
+2
|
*
|
|
page_pool: allow caching from safely localized NAPI
Jakub Kicinski
2023-04-14
3
-4
/
+18
|
*
|
|
net: skb: plumb napi state thru skb freeing paths
Jakub Kicinski
2023-04-14
1
-18
/
+20
|
*
|
|
net: Ensure ->msg_control_user is used for user buffers
Kevin Brodsky
2023-04-14
1
-3
/
+6
|
|
/
/
|
*
|
Daniel Borkmann says:
Jakub Kicinski
2023-04-13
4
-55
/
+25
|
|
\
\
|
|
*
|
bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap
Daniel Borkmann
2023-04-13
1
-6
/
+4
|
|
*
|
bpf, sockmap: fix deadlocks in the sockhash and sockmap
Xin Liu
2023-04-12
1
-4
/
+6
|
|
*
|
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
2023-04-04
2
-3
/
+3
|
|
*
|
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-04
1
-8
/
+5
|
|
*
|
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
2023-04-04
1
-6
/
+0
|
|
*
|
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
2023-03-25
1
-1
/
+1
|
|
*
|
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-22
2
-7
/
+7
|
|
*
|
net: skbuff: rename __pkt_vlan_present_offset to __mono_tc_offset
Jakub Kicinski
2023-03-20
1
-4
/
+4
|
|
*
|
xdp: remove unused {__,}xdp_release_frame()
Alexander Lobakin
2023-03-14
1
-15
/
+0
|
|
*
|
xdp: recycle Page Pool backed skbs built from XDP frames
Alexander Lobakin
2023-03-14
1
-2
/
+2
|
|
*
|
bpf: Add bpf_selem_free()
Martin KaFai Lau
2023-03-10
1
-1
/
+1
|
|
*
|
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
2023-03-10
1
-1
/
+1
|
|
*
|
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
2023-03-10
1
-7
/
+1
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-13
4
-12
/
+28
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stub
Vladimir Oltean
2023-04-09
2
-11
/
+3
|
*
|
|
net: make SO_BUSY_POLL available to all users
Eric Dumazet
2023-04-07
1
-9
/
+4
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-06
1
-1
/
+18
|
|
\
\
\
|
*
|
|
|
net: create a netdev notifier for DSA to reject PTP on DSA master
Vladimir Oltean
2023-04-03
2
-7
/
+17
|
*
|
|
|
net: add struct kernel_hwtstamp_config and make net_hwtstamp_validate() use it
Vladimir Oltean
2023-04-03
1
-2
/
+5
|
*
|
|
|
net: move copy_from_user() out of net_hwtstamp_validate()
Vladimir Oltean
2023-04-03
1
-9
/
+9
|
*
|
|
|
net: promote SIOCSHWTSTAMP and SIOCGHWTSTAMP ioctls to dedicated handlers
Vladimir Oltean
2023-04-03
1
-13
/
+26
[next]