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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2011-10-03
cfg80211: Fix validation of AKM suites
Jouni Malinen
1
-1
/
+4
2011-10-03
Bluetooth: Fix timeout on scanning for the second time
Oliver Neukum
1
-9
/
+8
2011-10-03
bridge: fix a possible use after free
Eric Dumazet
1
-4
/
+4
2011-10-03
bridge: Pseudo-header required for the checksum of ICMPv6
Yan, Zheng
1
-3
/
+10
2011-10-03
xfrm: Perform a replay check after return from async codepaths
Steffen Klassert
1
-0
/
+5
2011-10-03
vlan: reset headers on accel emulation path
Jiri Pirko
1
-0
/
+2
2011-10-03
tcp: initialize variable ecn_ok in syncookies path
Mike Waychison
2
-2
/
+2
2011-10-03
tcp: fix validation of D-SACK
Zheng Yan
1
-1
/
+1
2011-10-03
scm: Capture the full credentials of the scm sender
Tim Chen
1
-1
/
+1
2011-10-03
net_sched: prio: use qdisc_dequeue_peeked
Florian Westphal
1
-1
/
+1
2011-10-03
netfilter: TCP and raw fix for ip_route_me_harder
Julian Anastasov
1
-10
/
+8
2011-10-03
mcast: Fix source address selection for multicast listener report
Yan, Zheng
2
-2
/
+2
2011-10-03
ipv6: Fix ipv6_getsockopt for IPV6_2292PKTOPTIONS
Daniel Baluta
1
-4
/
+5
2011-10-03
ipv4: some rt_iif -> rt_route_iif conversions
Julian Anastasov
1
-5
/
+3
2011-10-03
fib:fix BUG_ON in fib_nl_newrule when add new fib rule
Gao feng
1
-2
/
+2
2011-10-03
bridge: fix a possible net_device leak
Eric Dumazet
1
-1
/
+5
2011-10-03
arp: fix rcu lockdep splat in arp_process()
Eric Dumazet
1
-2
/
+6
2011-10-03
wireless: Reset beacon_found while updating regulatory
Rajkumar Manoharan
1
-0
/
+1
2011-10-03
mac80211: fix missing sta_lock in __sta_info_destroy
Johannes Berg
1
-1
/
+1
2011-10-03
net/9p: Fix kernel crash with msize 512K
Aneesh Kumar K.V
1
-5
/
+12
2011-10-03
net/9p: Fix the msize calculation.
Venkateswararao Jujjuri (JV)
1
-2
/
+2
2011-10-03
fs/9p: Fid is not valid after a failed clunk.
Aneesh Kumar K.V
1
-2
/
+4
2011-10-03
VirtIO can transfer VIRTQUEUE_NUM of pages.
jvrao
1
-1
/
+1
2011-10-03
Fix the size of receive buffer packing onto VirtIO ring.
jvrao
1
-1
/
+1
2011-10-03
net/9p: fix client code to fail more gracefully on protocol error
Eric Van Hensbergen
1
-1
/
+2
2011-10-03
atm: br2684: Fix oops due to skb->dev being NULL
Daniel Schwierzeck
1
-3
/
+4
2011-10-03
sendmmsg/sendmsg: fix unsafe user pointer access
Mathieu Desnoyers
1
-4
/
+6
2011-08-17
atm: br2864: sent packets truncated in VC routed mode
Chas Williams
1
-2
/
+0
2011-08-16
gre: fix improper error handling
xeb@mail.ru
1
-15
/
+6
2011-08-16
ipv4: use RT_TOS after some rt_tos conversions
Julian Anastasov
2
-2
/
+2
2011-08-16
net: allow netif_carrier to be called safely from IRQ
stephen hemminger
1
-1
/
+1
2011-08-16
xfrm: Fix key lengths for rfc3686(ctr(aes))
Tushar Gohad
1
-2
/
+2
2011-08-16
net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared
Neil Horman
4
-2
/
+4
2011-08-16
net: add IFF_SKB_TX_SHARED flag to priv_flags
Neil Horman
2
-3
/
+6
2011-08-16
IPv4: Send gratuitous ARP for secondary IP addresses also
Zoltan Kiss
1
-8
/
+8
2011-08-16
sch_sfq: fix sfq_enqueue()
Eric Dumazet
1
-1
/
+6
2011-08-16
net: adjust array index
Julia Lawall
1
-1
/
+1
2011-08-16
IPVS: Free resources on module removal
Simon Horman
1
-0
/
+1
2011-08-16
ipv4: fix the reusing of routing cache entries
Julian Anastasov
1
-1
/
+2
2011-08-16
ipv4: Constrain UFO fragment sizes to multiples of 8 bytes
Bill Sommerfeld
1
-3
/
+3
2011-08-16
icmp: Fix regression in nexthop resolution during replies.
David S. Miller
1
-6
/
+8
2011-08-16
ipv6: make fragment identifications less predictable
Eric Dumazet
3
-6
/
+38
2011-08-16
net: Compute protocol sequence numbers and fragment IDs using MD5.
David S. Miller
11
-8
/
+195
2011-08-16
net: Fix security_socket_sendmsg() bypass problem.
Tetsuo Handa
1
-9
/
+34
2011-08-16
net: Cap number of elements for sendmmsg
Anton Blanchard
1
-0
/
+3
2011-08-16
net: sendmmsg should only return an error if no messages were sent
Anton Blanchard
1
-24
/
+3
2011-08-05
cfg80211: really ignore the regulatory request
Sven Neumann
1
-2
/
+3
2011-08-05
svcrpc: fix list-corrupting race on nfsd shutdown
J. Bruce Fields
1
-5
/
+6
2011-08-05
mac80211: Restart STA timers only on associated state
Rajkumar Manoharan
1
-0
/
+3
2011-08-05
ethtool: Allow zero-length register dumps again
Ben Hutchings
1
-2
/
+2
[next]