index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+46
2024-06-06
net: use unrcu_pointer() helper
Eric Dumazet
2
-6
/
+4
2024-06-05
rtnetlink: make the "split" NLM_DONE handling generic
Jakub Kicinski
1
-2
/
+42
2024-06-04
net: skb: add compatibility warnings to skb_shift()
Jakub Kicinski
1
-0
/
+3
2024-06-04
flow_dissector: add support for tunnel control flags
Davide Caratti
1
-1
/
+15
2024-06-03
net: dst_cache: add two DEBUG_NET warnings
Eric Dumazet
1
-0
/
+2
2024-06-01
net: make net.core.{r,w}mem_{default,max} namespaced
Matteo Croce
1
-33
/
+42
2024-06-01
net: rps: fix error when CONFIG_RFS_ACCEL is off
Jason Xing
1
-1
/
+2
2024-06-01
net: validate SO_TXTIME clockid coming from userspace
Abhishek Chauhan
1
-0
/
+16
2024-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-12
/
+10
2024-05-28
net/neighbour: constify ctl_table arguments of utility function
Thomas Weißschuh
1
-1
/
+1
2024-05-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-29
/
+35
2024-05-28
net/core: move the lockdep-init of sk_callback_lock to sk_init_common()
Gou Hao
1
-12
/
+6
2024-05-28
net/core: remove redundant sk_callback_lock initialization
Gou Hao
1
-1
/
+0
2024-05-28
sock_map: avoid race between sock_map_close and sk_psock_put
Thadeu Lima de Souza Cascardo
1
-6
/
+10
2024-05-28
bpf, net: Use DEV_STAT_INC()
yunshui
1
-4
/
+4
2024-05-27
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-6
/
+0
2024-05-27
Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"
Jakub Sitnicki
1
-6
/
+0
2024-05-23
net: Add additional bit to support clockid_t timestamp type
Abhishek Chauhan
1
-20
/
+26
2024-05-23
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
2
-6
/
+6
2024-05-20
Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...
Linus Torvalds
1
-30
/
+48
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2024-05-13
net: revert partially applied PHY topology series
Jakub Kicinski
1
-9
/
+0
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-2
/
+2
2024-05-13
netdev: Add queue stats for TX stop and wake
Daniel Jurgens
1
-1
/
+3
2024-05-13
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
1
-3
/
+0
2024-05-10
af_unix: Add dead flag to struct scm_fp_list.
Kuniyuki Iwashima
1
-0
/
+1
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+11
2024-05-08
net: dst_cache: minor optimization in dst_cache_set_ip6()
Eric Dumazet
1
-1
/
+1
2024-05-08
net: dst_cache: annotate data-races around dst_cache->reset_ts
Eric Dumazet
1
-2
/
+3
2024-05-08
net: add IEEE 802.1q specific helpers
Oleksij Rempel
2
-0
/
+243
2024-05-08
page_pool: check for DMA sync shortcut earlier
Alexander Lobakin
1
-14
/
+19
2024-05-07
page_pool: don't use driver-set flags field directly
Alexander Lobakin
1
-19
/
+22
2024-05-07
page_pool: make sure frag API fields don't span between cachelines
Alexander Lobakin
1
-0
/
+10
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
1
-3
/
+2
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_xdp_prog_skb()
Eric Dumazet
1
-5
/
+7
2024-05-07
rtnetlink: do not depend on RTNL in rtnl_fill_proto_down()
Eric Dumazet
2
-8
/
+11
2024-05-07
rtnetlink: do not depend on RTNL for many attributes
Eric Dumazet
1
-20
/
+31
2024-05-07
net: write once on dev->allmulti and dev->promiscuity
Eric Dumazet
1
-16
/
+20
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_TXQLEN output
Eric Dumazet
2
-3
/
+3
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_IFNAME output
Eric Dumazet
1
-2
/
+6
2024-05-07
rtnetlink: do not depend on RTNL for IFLA_QDISC output
Eric Dumazet
1
-3
/
+3
2024-05-06
net: fix out-of-bounds access in ops_init
Thadeu Lima de Souza Cascardo
1
-3
/
+10
2024-05-06
net: move skb_gro_receive_list from udp to core
Felix Fietkau
1
-0
/
+27
2024-05-03
Revert "net: mirror skb frag ref/unref helpers"
Mina Almasry
1
-4
/
+42
2024-05-03
rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validation
Roded Zats
1
-1
/
+1
2024-05-03
net: no longer acquire RTNL in threaded_show()
Eric Dumazet
2
-6
/
+6
2024-05-03
rtnetlink: use for_each_netdev_dump() in rtnl_stats_dump()
Eric Dumazet
1
-37
/
+22
2024-05-03
rtnetlink: change rtnl_stats_dump() return value
Eric Dumazet
1
-1
/
+1
2024-05-03
net: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2
-11
/
+7
[prev]
[next]