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.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
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
2016-03-21
rtnetlink: verify IFLA_VF_INFO attributes before passing them to driver
Daniel Borkmann
1
-54
/
+52
2015-10-22
9p: forgetting to cancel request on interrupted zero-copy RPC
Al Viro
1
-1
/
+2
[next]