summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [AX.25]: Use kzallocRalf Baechle2006-07-094-10/+4
* [ATM] net/atm/clip.c: fix PROC_FS=n compileAdrian Bunk2006-07-091-4/+9
* [PKT_SCHED]: act_api: Fix module leak while flushing actionsThomas Graf2006-07-091-1/+1
* [NET]: Fix IPv4/DECnet routing rule dumpingPatrick McHardy2006-07-082-3/+4
* [NET] gso: Fix up GSO packets with broken checksumsHerbert Xu2006-07-085-32/+166
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-086-8/+8
* [ATM]: fix possible recursive locking in skb_migrate()Arjan van de Ven2006-07-081-6/+11
* [NET]: Fix network device interface printk message priorityStephen Hemminger2006-07-071-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-07-051-8/+10
|\
| * [PKT_SCHED]: Fix error handling while dumping actionsThomas Graf2006-07-051-2/+4
| * [PKT_SCHED]: Return ENOENT if action module is unavailableThomas Graf2006-07-051-0/+1
| * [PKT_SCHED]: Fix illegal memory dereferences when dumping actionsThomas Graf2006-07-051-6/+5
* | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds2006-07-051-2/+1
|\ \
| * | This fixes a panic doing the first READDIR or READDIRPLUS call when:Trond Myklebust2006-07-051-2/+1
| |/
* | [PATCH] softmac: fix build-break from 881ee6999d66c8fc903b429b73bbe6045b38c549John W. Linville2006-07-051-2/+2
* | [PATCH] CONFIG_WIRELESS_EXT is neccessary after allHorms2006-07-051-0/+2
* | [PATCH] SoftMAC: Add network to ieee80211softmac_call_events when associate t...Joseph Jezak2006-07-051-2/+4
* | [PATCH] SoftMAC: Prevent multiple authentication attempts on the same networkJoseph Jezak2006-07-053-9/+56
* | [PATCH] 2.6.17 missing a call to ieee80211softmac_capabilities from ieee80211...Larry Finger2006-07-051-0/+3
* | [PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.cEric Sesterhenn2006-07-051-1/+1
* | [PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ie...Hong Liu2006-07-051-4/+11
|/
* [Bluetooth] Add RFCOMM role switch supportMarcel Holtmann2006-07-031-0/+5
* [Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann2006-07-031-5/+13
* [Bluetooth] Small cleanup of the L2CAP source codeMarcel Holtmann2006-07-031-180/+177
* [Bluetooth] Use real devices for host controllersMarcel Holtmann2006-07-036-97/+75
* [Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann2006-07-032-8/+51
* [Bluetooth] Add automatic sniff mode supportMarcel Holtmann2006-07-035-48/+368
* [Bluetooth] Correct SCO buffer size on requestMarcel Holtmann2006-07-031-3/+11
* [BRIDGE]: br_dump_ifinfo index fixAndrey Savochkin2006-07-031-1/+2
* [NET]: add+use poison definesRandy Dunlap2006-07-032-2/+4
* [IPV6]: Fix ipv6 GSO payload lengthMichael Chan2006-07-031-1/+2
* [TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED)Allan Stephens2006-07-032-1/+6
* [NET]: Verify gso_type too in gso_segmentHerbert Xu2006-07-033-4/+31
* [ROSE]: Try all routes when establishing a ROSE connections.Ralf Baechle2006-07-031-1/+6
* [NETROM]: Use socket helpers instead of direct fiddling with struct sockRalf Baechle DL5RB2006-07-031-2/+2
* [AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB2006-07-032-49/+23
* [ROSE]: Fix dereference of skb pointer after free.Ralf Baechle2006-07-031-1/+4
* [AF_UNIX]: datagram getpeersec fixAndrew Morton2006-07-031-1/+1
* [PATCH] lockdep: annotate sk_locksIngo Molnar2006-07-031-9/+88
* [PATCH] lockdep: annotate vlan net device as being a special classArjan van de Ven2006-07-031-0/+11
* [PATCH] lockdep: annotate sunrpc codeArjan van de Ven2006-07-031-4/+4
* [PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar2006-07-031-1/+1
* [PATCH] lockdep: annotate af_unix lockingIngo Molnar2006-07-031-1/+11
* [PATCH] lockdep: annotate sock_lock_init()Ingo Molnar2006-07-031-0/+16
* [PATCH] lockdep: annotate skb_queue_head_initIngo Molnar2006-07-031-0/+7
* [PATCH] lockdep: fix RT_HASH_LOCK_SZIngo Molnar2006-07-031-9/+14
* [PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2006-07-031-1/+2
* [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-032-2/+2
* [PATCH] bcm43xx: netlink deadlock fixArjan van de Ven2006-07-031-4/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-3013-33/+91
|\