index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] ieee80211: TKIP requires CRC32
Chuck Ebbert
2006-07-27
1
-0
/
+1
*
[PATCH] softmac: do shared key auth in workqueue
Daniel Drake
2006-07-27
1
-6
/
+22
*
[IPV4/IPV6]: Setting 0 for unused port field in RAW IP recvmsg().
Tetsuo Handa
2006-07-25
2
-0
/
+2
*
[IPV4] ipmr: ip multicast route bug fix.
Alexey Kuznetsov
2006-07-25
1
-6
/
+13
*
[IPV4]: Clear the whole IPCB, this clears also IPCB(skb)->flags.
Guillaume Chazarain
2006-07-24
1
-1
/
+1
*
[IPV6]: Clean skb cb on IPv6 input.
Guillaume Chazarain
2006-07-24
1
-0
/
+2
*
[NETFILTER]: Demote xt_sctp to EXPERIMENTAL
Patrick McHardy
2006-07-24
1
-2
/
+2
*
[NETFILTER]: bridge netfilter: add deferred output hooks to feature-removal-s...
Patrick McHardy
2006-07-24
2
-0
/
+20
*
[NETFILTER]: xt_pkttype: fix mismatches on locally generated packets
Phil Oester
2006-07-24
1
-1
/
+11
*
[NETFILTER]: SNMP NAT: fix byteorder confusion
Patrick McHardy
2006-07-24
1
-2
/
+2
*
[NETFILTER]: conntrack: fix SYSCTL=n compile
Adrian Bunk
2006-07-24
2
-4
/
+4
*
[NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinject
Patrick McHardy
2006-07-24
1
-5
/
+4
*
[NETFILTER]: H.323 helper: fix possible NULL-ptr dereference
Patrick McHardy
2006-07-24
1
-1
/
+1
*
[VLAN]: Fix link state propagation
Stefan Rompf
2006-07-24
1
-5
/
+3
*
[IPV6] xfrm6_tunnel: Delete debugging code.
David S. Miller
2006-07-24
1
-130
/
+10
*
[Bluetooth] Correct RFCOMM channel MTU for broken implementations
Marcel Holtmann
2006-07-24
1
-2
/
+17
*
[DCCP]: Fix default sequence window size
Ian McDonald
2006-07-24
4
-4
/
+7
*
[TIPC]: Removing useless casts
Panagiotis Issaris
2006-07-21
2
-2
/
+2
*
[IPV4]: Fix nexthop realm dumping for multipath routes
Patrick McHardy
2006-07-21
1
-4
/
+8
*
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
Panagiotis Issaris
2006-07-21
94
-334
/
+154
*
[IrDA]: Use alloc_skb() in IrDA TX path
Samuel Ortiz
2006-07-21
12
-35
/
+38
*
[I/OAT]: net/core/user_dma.c should #include <net/netdma.h>
Adrian Bunk
2006-07-21
1
-0
/
+1
*
[SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed
Sridhar Samudrala
2006-07-21
5
-22
/
+78
*
[SCTP]: Set chunk->data_accepted only if we are going to accept it.
Sridhar Samudrala
2006-07-21
1
-1
/
+2
*
[SCTP]: Verify all the paths to a peer via heartbeat before using them.
Sridhar Samudrala
2006-07-21
6
-19
/
+47
*
[SCTP]: Unhash the endpoint in sctp_endpoint_free().
Vlad Yasevich
2006-07-21
1
-5
/
+6
*
[SCTP]: Check for NULL arg to sctp_bucket_destroy().
Sridhar Samudrala
2006-07-21
1
-1
/
+1
*
[PKT_SCHED] netem: Fix slab corruption with netem (2nd try)
Guillaume Chazarain
2006-07-21
1
-1
/
+3
*
[IPV4]: Get rid of redundant IPCB->opts initialisation
Herbert Xu
2006-07-21
6
-7
/
+0
*
[NET] ethtool: fix oops by testing correct struct member
Jeff Garzik
2006-07-17
1
-1
/
+1
*
[PATCH] sch_htb compile fix.
Dave Jones
2006-07-15
1
-1
/
+1
*
[PKT_SCHED] HTB: initialize upper bound properly
Stephen Hemminger
2006-07-14
1
-2
/
+2
*
[IPV4]: Clear skb cb on IP input
Stephen Hemminger
2006-07-14
1
-0
/
+3
*
[NET]: Update frag_list in pskb_trim
Herbert Xu
2006-07-13
1
-26
/
+65
*
[NET]: fix __sk_stream_mem_reclaim
Ian McDonald
2006-07-12
1
-9
/
+7
*
[Bluetooth] Fix deadlock in the L2CAP layer
Marcel Holtmann
2006-07-12
1
-9
/
+9
*
[Bluetooth] Let BT_HIDP depend on INPUT
Marcel Holtmann
2006-07-12
1
-2
/
+1
*
[Bluetooth] Remaining transitions to use kzalloc()
Marcel Holtmann
2006-07-12
7
-25
/
+16
*
[IPV4]: Fix error handling for fib_insert_node call
Herbert Xu
2006-07-12
1
-1
/
+1
*
[NETROM] lockdep: fix false positive
Ralf Baechle
2006-07-12
1
-0
/
+9
*
[ROSE] lockdep: fix false positive
Ralf Baechle
2006-07-12
1
-0
/
+9
*
[AX.25]: Optimize AX.25 socket list lock
Ralf Baechle
2006-07-12
3
-13
/
+13
*
[IPCOMP]: Fix truesize after decompression
Herbert Xu
2006-07-12
2
-2
/
+4
*
[IPV6]: Use ipv6_addr_src_scope for link address sorting.
YOSHIFUJI Hideaki
2006-07-12
1
-1
/
+2
*
[TCP] tcp_highspeed: Fix AI updates.
Xiaoliang (David) Wei
2006-07-12
1
-4
/
+9
*
[MAINTAINERS]: Add proper entry for TC classifier
Stephen Hemminger
2006-07-12
1
-2
/
+0
*
[NETROM]: Drop lock before calling nr_destroy_socket
Ralf Baechle
2006-07-12
1
-1
/
+1
*
[NETROM]: Fix locking order when establishing a NETROM circuit.
Ralf Baechle
2006-07-12
1
-6
/
+6
*
[AX.25]: Fix locking of ax25 protocol function list.
Ralf Baechle
2006-07-12
1
-9
/
+9
*
[IPV6]: order addresses by scope
Brian Haley
2006-07-12
1
-3
/
+21
[next]