summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [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
|\
| * [IPV6]: Added GSO support for TCPv6Herbert Xu2006-06-305-12/+6
| * [NET]: Generalise TSO-specific bits from skb_setup_capsHerbert Xu2006-06-303-7/+6
| * [IPV6]: Added GSO support for TCPv6Herbert Xu2006-06-304-2/+66
| * [IPV6]: Remove redundant length check on inputHerbert Xu2006-06-301-6/+1
| * [NETFILTER]: SCTP conntrack: fix crash triggered by packet without chunksPatrick McHardy2006-06-302-2/+2
| * [TCP]: Reset gso_segs if packet is dodgyHerbert Xu2006-06-301-4/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-30304-307/+4
|\ \ | |/ |/|
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30303-303/+0
| * Kconfig: Typos in net/sched/KconfigMatt LaPlante2006-06-301-4/+4
* | [PATCH] knfsd: svcrpc: gss: server-side implementation of rpcsec_gss privacyJ. Bruce Fields2006-06-302-7/+148
* | [PATCH] knfsd: nfsd: mark rqstp to prevent use of sendfile in privacy caseJ. Bruce Fields2006-06-301-0/+2
* | [PATCH] knfsd: svcrpc: Simplify nfsd rpcsec_gss integrity codeJ. Bruce Fields2006-06-301-51/+64
* | [PATCH] knfsd: svcrpc: gss: simplify rsc_parse()J. Bruce Fields2006-06-302-11/+7
|/
* [TIPC]: Initial activation message now includes TIPC version numberAllan Stephens2006-06-291-1/+2
* [TIPC]: Improve response to requests for node/link informationAllan Stephens2006-06-292-11/+19
* [TIPC]: Fixed skb_under_panic caused by tipc_link_bundle_bufAllan Stephens2006-06-291-5/+6
* [IrDA]: Fix RCU lock pairing on error pathJosh Triplett2006-06-291-1/+2
* [XFRM]: unexport xfrm_state_mtuAdrian Bunk2006-06-291-2/+0
* [NET]: make skb_release_data() staticAdrian Bunk2006-06-291-1/+1
* [NETFILTE] ipv4: Fix typo (Bugzilla #6753)Matt LaPlante2006-06-291-1/+1
* [ATM]: basic sysfs support for ATM devicesRoman Kagan2006-06-296-5/+206
* [NET]: Add ECN support for TSOMichael Chan2006-06-293-8/+0
* [AF_UNIX]: Datagram getpeersecCatherine Zhang2006-06-292-0/+38
* [NET]: Make illegal_highdma more analHerbert Xu2006-06-291-4/+2
* [TCP]: Export accept queue len of a TCP listening socket via rx_queueSridhar Samudrala2006-06-293-3/+8
* [NETLINK]: Encapsulate eff_cap usage within security framework.Darrel Goeddel2006-06-297-7/+7
* [NET]: Added GSO header verificationHerbert Xu2006-06-296-19/+40
OpenPOWER on IntegriCloud