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
2016-10-26
net: Fix use after free in the recvmmsg exit path
Arnaldo Carvalho de Melo
1
-19
/
+19
2016-10-26
net/core: revert "net: fix __netdev_update_features return.." and add comment
Nikolay Aleksandrov
1
-1
/
+4
2016-10-26
tcp: make challenge acks less predictable
Eric Dumazet
1
-4
/
+9
2016-10-26
ipv6: fix handling of blackhole and prohibit routes
Nicolas Dichtel
1
-4
/
+28
2016-10-26
ipv6: don't call fib6_run_gc() until routing is ready
Michal Kubeček
2
-7
/
+17
2016-10-26
ipv6: update ip6_rt_last_gc every time GC is run
Michal Kubeček
2
-4
/
+6
2016-10-26
sctp: Prevent soft lockup when sctp_accept() is called during a timeout event
Karl Heiss
1
-15
/
+19
2016-10-26
udp: properly support MSG_PEEK with truncated buffers
Eric Dumazet
2
-4
/
+8
2016-10-26
net: Fix skb csum races when peeking
Herbert Xu
1
-1
/
+2
2016-10-26
af_unix: fix a fatal race with bit fields
Eric Dumazet
1
-6
/
+6
2016-10-26
net: possible use after free in dst_release
Francesco Ruggeri
1
-1
/
+2
2016-10-26
ipv6/addrlabel: fix ip6addrlbl_get()
Andrey Ryabinin
1
-1
/
+1
2016-10-26
rfkill: copy the name into the rfkill struct
Johannes Berg
1
-3
/
+3
2016-10-26
sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...
lucien
2
-1
/
+3
2016-10-26
net/neighbour: fix crash at dumping device-agnostic proxy entries
Konstantin Khlebnikov
1
-2
/
+2
2016-10-26
net: ip6mr: fix static mfc/dev leaks on table destruction
Nikolay Aleksandrov
1
-7
/
+8
2016-10-26
ip6mr: call del_timer_sync() in ip6mr_free_table()
WANG Cong
1
-1
/
+1
2016-10-26
tcp: md5: fix lockdep annotation
Eric Dumazet
1
-1
/
+2
2016-10-26
mac80211: mesh: fix call_rcu() usage
Johannes Berg
1
-4
/
+4
2016-10-26
net: fix __netdev_update_features return on ndo_set_features failure
Nikolay Aleksandrov
1
-1
/
+1
2016-10-26
sctp: translate host order to network order when setting a hmacid
lucien
1
-2
/
+2
2016-10-26
net: fix a race in dst_release()
Eric Dumazet
1
-1
/
+1
2016-10-26
ipv6: fix tunnel error handling
Michal Kubeček
1
-1
/
+11
2016-10-26
mac80211: fix driver RSSI event calculations
Johannes Berg
1
-1
/
+1
2016-04-27
ipv6: Fix IPsec pre-encap fragmentation check
Herbert Xu
1
-6
/
+10
2016-04-27
SUNRPC: xs_reset_transport must mark the connection as disconnected
Trond Myklebust
1
-0
/
+2
2016-04-27
svcrdma: Fix send_reply() scatter/gather set-up
Chuck Lever
1
-1
/
+10
2016-04-27
mac80211: enable assoc check for mesh interfaces
Bob Copeland
1
-3
/
+0
2016-03-21
af_unix: Guard against other == sk in unix_dgram_sendmsg
Rainer Weikusat
1
-1
/
+6
2016-03-21
ipv6: prevent fib6_run_gc() contention
Michal Kubeček
3
-15
/
+12
2016-03-21
SUNRPC: never enqueue a ->rq_cong request on ->sending
Neil Brown
1
-0
/
+3
2016-03-21
atm: deal with setting entry before mkip was called
Sasha Levin
1
-0
/
+3
2016-03-21
netfilter: nf_conntrack: fix RCU race in nf_conntrack_find_get
Andrey Vagin
1
-4
/
+17
2016-03-21
ipv6: probe routes asynchronous in rt6_probe
Hannes Frederic Sowa
1
-6
/
+31
2016-03-21
net: avoid to hang up on sending due to sysctl configuration overflow.
bingtian.ly@taobao.com
2
-8
/
+17
2016-03-21
ipv6: addrconf: validate new MTU before applying it
Marcelo Leitner
1
-1
/
+16
2016-03-21
RDS: fix race condition when sending a message on unbound socket
Quentin Casasnovas
2
-7
/
+3
2016-03-21
RDS: verify the underlying transport exists before creating a connection
Sasha Levin
1
-0
/
+6
2016-03-21
net: add validation for the socket syscall protocol argument
Hannes Frederic Sowa
5
-0
/
+15
2016-03-21
unix: avoid use-after-free in ep_remove_wait_queue
Rainer Weikusat
1
-19
/
+164
2016-03-21
sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE state
lucien
1
-1
/
+1
2016-03-21
net: Fix RCU splat in af_key
David Ahern
1
-23
/
+23
2016-03-21
rds: fix an integer overflow test in rds_info_getsockopt()
Dan Carpenter
1
-1
/
+1
2016-03-21
netfilter: nf_conntrack: Support expectations in different zones
Joe Stringer
1
-1
/
+2
2016-03-21
inet: frags: fix defragmented packet's IP header for af_packet
Edward Hyunkoo Jee
1
-2
/
+4
2016-03-21
mac80211: clear subdir_stations when removing debugfs
Tom Hughes
1
-0
/
+1
2016-03-21
net: Clone skb before setting peeked flag
Herbert Xu
1
-3
/
+38
2016-03-21
rds: rds_ib_device.refcount overflow
Wengang Wang
1
-1
/
+3
2016-03-21
net: call rcu_read_lock early in process_backlog
Julian Anastasov
1
-10
/
+10
2016-03-21
net: do not process device backlog during unregistration
Julian Anastasov
1
-2
/
+4
[next]