index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-19
devlink: add a command to set notification filter and use it for multicasts
Jiri Pirko
4
-4
/
+157
2023-12-19
netlink: introduce typedef for filter function
Jiri Pirko
1
-2
/
+1
2023-12-19
genetlink: introduce per-sock family private storage
Jiri Pirko
1
-1
/
+143
2023-12-19
devlink: introduce a helper for netlink multicast send
Jiri Pirko
9
-22
/
+18
2023-12-19
devlink: send notifications only if there are listeners
Jiri Pirko
9
-9
/
+21
2023-12-19
devlink: introduce __devl_is_registered() helper and use it instead of xa_get...
Jiri Pirko
4
-4
/
+10
2023-12-19
devlink: use devl_is_registered() helper instead xa_get_mark()
Jiri Pirko
3
-6
/
+9
2023-12-19
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
10
-27
/
+317
2023-12-19
Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
27
-143
/
+535
2023-12-18
net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*
Pedro Tammela
1
-9
/
+3
2023-12-17
skbuff: Optimization of SKB coalescing for page pool
Liang Chen
1
-12
/
+40
2023-12-17
skbuff: Add a function to check if a page belongs to page_pool
Liang Chen
1
-1
/
+6
2023-12-17
page_pool: halve BIAS_MAX for multiple user references of a fragment
Liang Chen
1
-1
/
+1
2023-12-16
tcp/dccp: change source port selection at connect() time
Eric Dumazet
1
-11
/
+16
2023-12-16
inet: returns a bool from inet_sk_get_local_port_range()
Eric Dumazet
1
-5
/
+16
2023-12-16
bpf: Fix dtor CFI
Peter Zijlstra
1
-2
/
+13
2023-12-16
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
2
-1
/
+99
2023-12-15
netlink: specs: mptcp: rename the MPTCP path management spec
Jakub Kicinski
2
-2
/
+2
2023-12-15
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
7
-26
/
+28
2023-12-15
net: increase optmem_max default value
Eric Dumazet
1
-2
/
+4
2023-12-15
virtio/vsock: send credit update during setting SO_RCVLOWAT
Arseniy Krasnov
5
-4
/
+41
2023-12-15
virtio/vsock: fix logic which reduces credit update messages
Arseniy Krasnov
1
-3
/
+10
2023-12-15
ipmr: support IP_PKTINFO on cache report IGMP msg
Leone Fernando
1
-7
/
+6
2023-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-24
/
+84
2023-12-15
bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
Daniel Xu
3
-0
/
+137
2023-12-14
wifi: mac80211: sta_info.c: fix sentence grammar
Randy Dunlap
1
-2
/
+2
2023-12-14
wifi: mac80211: rx.c: fix sentence grammar
Randy Dunlap
1
-2
/
+2
2023-12-14
wifi: cfg80211: sort certificates in build
Johannes Berg
1
-2
/
+2
2023-12-14
appletalk: Fix Use-After-Free in atalk_ioctl
Hyunwoo Kim
1
-5
/
+4
2023-12-14
net: ethtool: add support for symmetric-xor RSS hash
Ahmed Zaki
2
-4
/
+31
2023-12-14
net: ethtool: get rid of get/set_rxfh_context functions
Ahmed Zaki
2
-23
/
+13
2023-12-14
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
3
-71
/
+83
2023-12-14
net: page_pool: factor out releasing DMA from releasing the page
Jakub Kicinski
1
-9
/
+16
2023-12-14
page_pool: transition to reference count management after page draining
Liang Chen
1
-6
/
+6
2023-12-14
sctp: support MSG_ERRQUEUE flag in recvmsg()
Eric Dumazet
2
-0
/
+4
2023-12-14
net: prevent mss overflow in skb_segment()
Eric Dumazet
1
-1
/
+2
2023-12-14
ethtool: add SET for TCP_DATA_SPLIT ringparam
Alexander Lobakin
1
-0
/
+12
2023-12-14
vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()
Nikolay Kuratov
1
-1
/
+1
2023-12-14
net/sched: act_api: skip idr replace on bound actions
Pedro Tammela
2
-6
/
+7
2023-12-14
net/sched: act_api: rely on rcu in tcf_idr_check_alloc
Pedro Tammela
1
-22
/
+43
2023-12-14
xdp: Add VLAN tag hint
Larysa Zaremba
1
-0
/
+33
2023-12-14
xsk: add functions to fill control buffer
Maciej Fijalkowski
1
-0
/
+12
2023-12-13
Revert "tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set"
Jakub Kicinski
1
-1
/
+1
2023-12-13
tcp: disable tcp_autocorking for socket when TCP_NODELAY flag is set
Salvatore Dipietro
1
-1
/
+1
2023-12-13
net: Remove acked SYN flag from packet in the transmit queue correctly
Dong Chenchen
1
-0
/
+6
2023-12-12
net/rose: Fix Use-After-Free in rose_ioctl
Hyunwoo Kim
1
-1
/
+3
2023-12-12
atm: Fix Use-After-Free in do_vcc_ioctl
Hyunwoo Kim
1
-2
/
+5
2023-12-12
net: dns_resolver: the module is called dns_resolver, not dnsresolver
Ahelenia ZiemiaĆska
1
-1
/
+1
2023-12-12
wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()
Dmitry Antipov
1
-1
/
+1
2023-12-12
wifi: mac80211: don't set ESS capab bit in assoc request
Johannes Berg
1
-1
/
+12
[next]