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
2019-09-16
batman-adv: Only read OGM tvlv_len after buffer len check
Sven Eckelmann
1
-7
/
+13
2019-09-16
batman-adv: fix uninit-value in batadv_netlink_get_ifindex()
Eric Dumazet
1
-1
/
+1
2019-09-16
xfrm: clean up xfrm protocol checks
Cong Wang
3
-15
/
+5
2019-09-10
mld: fix memory leak in mld_del_delrec()
Eric Dumazet
1
-2
/
+3
2019-09-10
tcp: inherit timestamp on mtu probe
Willem de Bruijn
1
-1
/
+2
2019-09-10
net: fix skb use after free in netpoll
Feng Sun
1
-3
/
+3
2019-09-06
mac80211: fix possible sta leak
Johannes Berg
1
-4
/
+5
2019-09-06
Revert "cfg80211: fix processing world regdomain when non modular"
Hodaszi, Robert
1
-1
/
+1
2019-09-06
tcp: make sure EPOLLOUT wont be missed
Eric Dumazet
1
-7
/
+9
2019-09-06
netfilter: ebtables: fix a memory leak bug in compat
Wenwen Wang
1
-1
/
+3
2019-08-25
sctp: fix the transport error_count check
Xin Long
1
-1
/
+1
2019-08-25
net/packet: fix race in tpacket_snd()
Eric Dumazet
1
-0
/
+7
2019-08-25
netfilter: conntrack: Use consistent ct id hash calculation
Dirk Morris
1
-8
/
+8
2019-08-25
bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K
Daniel Borkmann
1
-3
/
+17
2019-08-25
netfilter: ctnetlink: don't use conntrack/expect object addresses as id
Florian Westphal
2
-5
/
+64
2019-08-25
inet: switch IP ID generator to siphash
Eric Dumazet
2
-19
/
+23
2019-08-25
bpf: add bpf_jit_limit knob to restrict unpriv allocations
Daniel Borkmann
1
-2
/
+8
2019-08-25
bpf: restrict access to core bpf sysctls
Daniel Borkmann
1
-2
/
+37
2019-08-25
bpf: get rid of pure_initcall dependency to enable jits
Daniel Borkmann
2
-14
/
+9
2019-08-25
mac80211: don't WARN on short WMM parameters from AP
Brian Norris
1
-0
/
+10
2019-08-25
mac80211: don't warn about CW params when not using them
Brian Norris
1
-4
/
+9
2019-08-25
netfilter: nfnetlink: avoid deadlock due to synchronous request_module
Florian Westphal
1
-1
/
+1
2019-08-11
ife: error out when nla attributes are empty
Cong Wang
1
-0
/
+3
2019-08-11
ip6_tunnel: fix possible use-after-free on xmit
Haishuang Yan
1
-4
/
+4
2019-08-11
compat_ioctl: pppoe: fix PPPOEIOCSFWD handling
Arnd Bergmann
1
-0
/
+3
2019-08-11
tipc: compat: allow tipc commands without arguments
Taras Kondratiuk
1
-4
/
+7
2019-08-11
net: sched: Fix a possible null-pointer dereference in dequeue_func()
Jia-Ju Bai
1
-3
/
+3
2019-08-11
net: fix ifindex collision during namespace removal
Jiri Pirko
1
-0
/
+2
2019-08-11
net: bridge: mcast: don't delete permanent entries when fast leave is enabled
Nikolay Aleksandrov
1
-0
/
+3
2019-08-11
net: bridge: delete local fdb on device init failure
Nikolay Aleksandrov
1
-0
/
+5
2019-08-11
libceph: use kbasename() and kill ceph_file_part()
Ilya Dryomov
1
-13
/
+0
2019-08-11
tcp: be more careful in tcp_fragment()
Eric Dumazet
1
-1
/
+10
2019-08-04
ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockopt
Xin Long
1
-3
/
+8
2019-08-04
net: bridge: stp: don't cache eth dest pointer before skb pull
Nikolay Aleksandrov
1
-2
/
+1
2019-08-04
net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query
Nikolay Aleksandrov
1
-2
/
+1
2019-08-04
net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling
Nikolay Aleksandrov
1
-12
/
+17
2019-08-04
tcp: Reset bytes_acked and bytes_received when disconnecting
Christoph Paasch
1
-0
/
+2
2019-08-04
netrom: hold sock when setting skb->destructor
Cong Wang
1
-0
/
+1
2019-08-04
netrom: fix a memory leak in nr_rx_frame()
Cong Wang
1
-1
/
+2
2019-08-04
rxrpc: Fix send on a connected, but unbound socket
David Howells
1
-2
/
+2
2019-08-04
nfc: fix potential illegal memory access
Yang Wei
1
-1
/
+1
2019-08-04
net: openvswitch: fix csum updates for MPLS actions
John Hurley
1
-4
/
+2
2019-08-04
net: neigh: fix multiple neigh timer scheduling
Lorenzo Bianconi
1
-0
/
+2
2019-08-04
ipv4: don't set IPv6 only flags to IPv4 addresses
Matteo Croce
1
-0
/
+8
2019-08-04
igmp: fix memory leak in igmpv3_del_delrec()
Eric Dumazet
1
-6
/
+2
2019-08-04
Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bug
Szymon Janc
1
-0
/
+13
2019-08-04
9p/virtio: Add cleanup path in p9_virtio_init
YueHaibing
1
-1
/
+7
2019-08-04
Bluetooth: validate BLE connection interval updates
csonsino
2
-1
/
+13
2019-08-04
Bluetooth: Check state in l2cap_disconnect_rsp
Matias Karhumaa
1
-0
/
+6
2019-08-04
Bluetooth: 6lowpan: search for destination address in all peers
Josua Mayer
1
-4
/
+10
[next]