aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-07-10[DCCP]: Fix sparse warnings.Alan Cox1-2/+2
2006-07-10[TCP]: Remove TCP CompoundDavid S. Miller3-459/+0
2006-07-10[IPV4] inetpeer: Get rid of volatile from peer_totalHerbert Xu1-1/+1
2006-07-10[AX.25]: Get rid of the last volatile.Ralf Baechle1-1/+1
2006-07-09[AX.25]: Use kzallocRalf Baechle4-10/+4
2006-07-09[ATM] net/atm/clip.c: fix PROC_FS=n compileAdrian Bunk1-4/+9
2006-07-09[PKT_SCHED]: act_api: Fix module leak while flushing actionsThomas Graf1-1/+1
2006-07-08[NET]: Fix IPv4/DECnet routing rule dumpingPatrick McHardy2-3/+4
2006-07-08[NET] gso: Fix up GSO packets with broken checksumsHerbert Xu5-32/+166
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu6-8/+8
2006-07-08[ATM]: fix possible recursive locking in skb_migrate()Arjan van de Ven1-6/+11
2006-07-07[NET]: Fix network device interface printk message priorityStephen Hemminger1-3/+3
2006-07-05Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-8/+10
2006-07-05[PKT_SCHED]: Fix error handling while dumping actionsThomas Graf1-2/+4
2006-07-05[PKT_SCHED]: Return ENOENT if action module is unavailableThomas Graf1-0/+1
2006-07-05[PKT_SCHED]: Fix illegal memory dereferences when dumping actionsThomas Graf1-6/+5
2006-07-05Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds1-2/+1
2006-07-05[PATCH] softmac: fix build-break from 881ee6999d66c8fc903b429b73bbe6045b38c549John W. Linville1-2/+2
2006-07-05[PATCH] CONFIG_WIRELESS_EXT is neccessary after allHorms1-0/+2
2006-07-05[PATCH] SoftMAC: Add network to ieee80211softmac_call_events when associate times outJoseph Jezak1-2/+4
2006-07-05[PATCH] SoftMAC: Prevent multiple authentication attempts on the same networkJoseph Jezak3-9/+56
2006-07-05[PATCH] 2.6.17 missing a call to ieee80211softmac_capabilities from ieee80211softmac_assoc_reqLarry Finger1-0/+3
2006-07-05[PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.cEric Sesterhenn1-1/+1
2006-07-05[PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ieee80211_tx_frameHong Liu1-4/+11
2006-07-05This fixes a panic doing the first READDIR or READDIRPLUS call when:Trond Myklebust1-2/+1
2006-07-03[Bluetooth] Add RFCOMM role switch supportMarcel Holtmann1-0/+5
2006-07-03[Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann1-5/+13
2006-07-03[Bluetooth] Small cleanup of the L2CAP source codeMarcel Holtmann1-180/+177
2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann6-97/+75
2006-07-03[Bluetooth] Add platform device for virtual and serial devicesMarcel Holtmann2-8/+51
2006-07-03[Bluetooth] Add automatic sniff mode supportMarcel Holtmann5-48/+368
2006-07-03[Bluetooth] Correct SCO buffer size on requestMarcel Holtmann1-3/+11
2006-07-03[BRIDGE]: br_dump_ifinfo index fixAndrey Savochkin1-1/+2
2006-07-03[NET]: add+use poison definesRandy Dunlap2-2/+4
2006-07-03[IPV6]: Fix ipv6 GSO payload lengthMichael Chan1-1/+2
2006-07-03[TIPC] Fixed sk_buff panic caused by tipc_link_bundle_buf (REVISED)Allan Stephens2-1/+6
2006-07-03[NET]: Verify gso_type too in gso_segmentHerbert Xu3-4/+31
2006-07-03[ROSE]: Try all routes when establishing a ROSE connections.Ralf Baechle1-1/+6
2006-07-03[NETROM]: Use socket helpers instead of direct fiddling with struct sockRalf Baechle DL5RB1-2/+2
2006-07-03[AX.25]: Reference counting for AX.25 routes.Ralf Baechle DL5RB2-49/+23
2006-07-03[ROSE]: Fix dereference of skb pointer after free.Ralf Baechle1-1/+4
2006-07-03[AF_UNIX]: datagram getpeersec fixAndrew Morton1-1/+1
2006-07-03[PATCH] lockdep: annotate sk_locksIngo Molnar1-9/+88
2006-07-03[PATCH] lockdep: annotate vlan net device as being a special classArjan van de Ven1-0/+11
2006-07-03[PATCH] lockdep: annotate sunrpc codeArjan van de Ven1-4/+4
2006-07-03[PATCH] lockdep: annotate bh_lock_sock()Ingo Molnar1-1/+1
2006-07-03[PATCH] lockdep: annotate af_unix lockingIngo Molnar1-1/+11
2006-07-03[PATCH] lockdep: annotate sock_lock_init()Ingo Molnar1-0/+16
2006-07-03[PATCH] lockdep: annotate skb_queue_head_initIngo Molnar1-0/+7
2006-07-03[PATCH] lockdep: fix RT_HASH_LOCK_SZIngo Molnar1-9/+14