index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-11
rxrpc: Fix service call disconnection
David Howells
1
-2
/
+1
2020-02-11
net_sched: fix a resource leak in tcindex_set_parms()
Cong Wang
1
-2
/
+1
2020-02-11
sunrpc: expiry_time should be seconds not timeval
Roberto Bergantinos Corpas
1
-0
/
+4
2020-02-11
rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect
David Howells
5
-24
/
+15
2020-02-11
rxrpc: Fix missing active use pinning of rxrpc_local object
David Howells
5
-40
/
+63
2020-02-11
rxrpc: Fix insufficient receive notification generation
David Howells
1
-4
/
+2
2020-02-11
rxrpc: Fix use-after-free in rxrpc_put_local()
David Howells
1
-1
/
+4
2020-02-11
tcp: clear tp->segs_{in|out} in tcp_disconnect()
Eric Dumazet
1
-0
/
+2
2020-02-11
tcp: clear tp->data_segs{in|out} in tcp_disconnect()
Eric Dumazet
1
-0
/
+2
2020-02-11
tcp: clear tp->delivered in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2020-02-11
tcp: clear tp->total_retrans in tcp_disconnect()
Eric Dumazet
1
-0
/
+1
2020-02-11
net_sched: fix an OOB access in cls_tcindex
Cong Wang
1
-20
/
+20
2020-02-11
net: hsr: fix possible NULL deref in hsr_handle_frame()
Eric Dumazet
1
-0
/
+2
2020-02-11
l2tp: Allow duplicate session creation with UDP
Ridge Kennedy
1
-1
/
+6
2020-02-11
cls_rsvp: fix rsvp_policy
Eric Dumazet
1
-4
/
+2
2020-02-05
net: Fix skb->csum update in inet_proto_csum_replace16().
Praveen Chaudhary
1
-3
/
+17
2020-02-05
xfrm: interface: do not confirm neighbor when do pmtu update
Xu Wang
1
-1
/
+1
2020-02-05
xfrm interface: fix packet tx through bpf_redirect()
Nicolas Dichtel
1
-7
/
+25
2020-02-05
vti[6]: fix packet tx through bpf_redirect()
Nicolas Dichtel
2
-4
/
+22
2020-02-05
netfilter: nft_tunnel: ERSPAN_VERSION must not be null
Florian Westphal
1
-0
/
+3
2020-02-05
wireless: wext: avoid gcc -O3 warning
Arnd Bergmann
1
-1
/
+2
2020-02-05
mac80211: Fix TKIP replay protection immediately after key setup
Jouni Malinen
1
-3
/
+15
2020-02-05
cfg80211: Fix radar event during another phy CAC
Orr Mazor
4
-1
/
+60
2020-02-05
wireless: fix enabling channel 12 for custom regulatory domain
Ganapathi Bhat
1
-3
/
+10
2020-02-05
mac80211: mesh: restrict airtime metric to peered established plinks
Markus Theil
1
-0
/
+3
2020-02-05
Bluetooth: Fix race condition in hci_release_sock()
Dan Carpenter
1
-0
/
+3
2020-02-01
net_sched: fix ops->bind_class() implementations
Cong Wang
10
-29
/
+76
2020-02-01
net_sched: ematch: reject invalid TCF_EM_SIMPLE
Eric Dumazet
1
-0
/
+3
2020-01-29
net/x25: fix nonblocking connect
Martin Schiller
1
-1
/
+5
2020-01-29
netfilter: nf_tables: add __nft_chain_type_get()
Pablo Neira Ayuso
1
-8
/
+21
2020-01-29
netfilter: ipset: use bitmap infrastructure completely
Kadlecsik József
4
-10
/
+10
2020-01-29
netfilter: nft_osf: add missing check for DREG attribute
Florian Westphal
1
-0
/
+3
2020-01-29
tcp: do not leave dangling pointers in tp->highest_sack
Eric Dumazet
3
-0
/
+3
2020-01-29
tcp_bbr: improve arithmetic division in bbr_update_bw()
Wen Yang
1
-2
/
+1
2020-01-29
Revert "udp: do rmem bulk free even if the rx sk queue is empty"
Paolo Abeni
1
-1
/
+2
2020-01-29
net-sysfs: Fix reference count leak
Jouni Hogander
1
-1
/
+3
2020-01-29
net-sysfs: Call dev_hold always in rx_queue_add_kobject
Jouni Hogander
1
-2
/
+5
2020-01-29
net-sysfs: Call dev_hold always in netdev_queue_add_kobject
Jouni Hogander
1
-2
/
+5
2020-01-29
net-sysfs: fix netdev_queue_add_kobject() breakage
Eric Dumazet
1
-0
/
+1
2020-01-29
net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject
Jouni Hogander
1
-11
/
+13
2020-01-29
net_sched: fix datalen for ematch
Cong Wang
1
-1
/
+1
2020-01-29
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
2
-12
/
+30
2020-01-29
net, ip_tunnel: fix namespaces move
William Dauchy
1
-3
/
+1
2020-01-29
net, ip6_tunnel: fix namespaces move
William Dauchy
1
-3
/
+1
2020-01-29
net: ip6_gre: fix moving ip6gre between namespaces
Niko Kortstrom
1
-3
/
+0
2020-01-29
ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actions
Yuki Taguchi
1
-1
/
+3
2020-01-27
packet: fix data-race in fanout_flow_is_huge()
Eric Dumazet
1
-3
/
+9
2020-01-27
net: neigh: use long type to store jiffies delta
Eric Dumazet
1
-2
/
+2
2020-01-27
xsk: Fix registration of Rx-only sockets
Magnus Karlsson
1
-0
/
+6
2020-01-27
net: netem: correct the parent's backlog when corrupted packet was dropped
Jakub Kicinski
1
-0
/
+2
[next]