aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [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
* [NETFILTER]: statistic match: add missing Kconfig help textPatrick McHardy2006-06-291-1/+4
* [NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev d...Patrick McHardy2006-06-292-4/+20
* [NETFILTER]: xt_sctp: fix --chunk-types matchingJorge Matias2006-06-291-1/+1
* [NETFILTER]: xt_tcpudp: fix double unregistration in error pathYuri Gushin2006-06-291-1/+1
* [NETFILTER]: nf_conntrack: Fix undefined references to local_bh_*Yasuyuki Kozakai2006-06-292-0/+3
* [NETFILTER]: x_tables: fix xt_register_table error propagationPatrick McHardy2006-06-293-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-293-4/+1
|\
| * [PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman2006-06-261-1/+1
| * [PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-262-2/+0
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
* | [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-281-6/+2
* | [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-2714-18/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-262-2/+2
|\ \ | |/ |/|
| * spelling fixesAndreas Mohr2006-06-262-2/+2
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-2626-459/+706
|\ \
| * | [NETROM]: Fix possible null pointer dereference.Ralf Baechle2006-06-261-4/+8
| * | [NET] netpoll: break recursive loop in netpoll rx pathNeil Horman2006-06-261-2/+24
| * | [NET] netpoll: don't spin forever sending to stopped queuesJeremy Fitzhardinge2006-06-261-7/+3