aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-07-03[PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar1-1/+2
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar2-2/+2
2006-07-03[PATCH] bcm43xx: netlink deadlock fixArjan van de Ven1-4/+4
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds13-33/+91
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds304-307/+4
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu5-12/+6
2006-06-30[NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu3-7/+6
2006-06-30[IPV6]: Added GSO support for TCPv6Herbert Xu4-2/+66
2006-06-30[IPV6]: Remove redundant length check on inputHerbert Xu1-6/+1
2006-06-30[NETFILTER]: SCTP conntrack: fix crash triggered by packet without chunksPatrick McHardy2-2/+2
2006-06-30[TCP]: Reset gso_segs if packet is dodgyHerbert Xu1-4/+10
2006-06-30[PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacyJ. Bruce Fields2-7/+148
2006-06-30[PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields1-0/+2
2006-06-30[PATCH] knfsd: svcrpc: Simplify nfsd rpcsec_gss integrity codeJ. Bruce Fields1-51/+64
2006-06-30[PATCH] knfsd: svcrpc: gss: simplify rsc_parse()J. Bruce Fields2-11/+7
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel303-303/+0
2006-06-30Kconfig: Typos in net/sched/KconfigMatt LaPlante1-4/+4
2006-06-29[TIPC]: Initial activation message now includes TIPC version numberAllan Stephens1-1/+2
2006-06-29[TIPC]: Improve response to requests for node/link informationAllan Stephens2-11/+19
2006-06-29[TIPC]: Fixed skb_under_panic caused by tipc_link_bundle_bufAllan Stephens1-5/+6
2006-06-29[IrDA]: Fix RCU lock pairing on error pathJosh Triplett1-1/+2
2006-06-29[XFRM]: unexport xfrm_state_mtuAdrian Bunk1-2/+0
2006-06-29[NET]: make skb_release_data() staticAdrian Bunk1-1/+1
2006-06-29[NETFILTE] ipv4: Fix typo (Bugzilla #6753)Matt LaPlante1-1/+1
2006-06-29[ATM]: basic sysfs support for ATM devicesRoman Kagan6-5/+206