aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: fib_rules ordering fixes.Eric W. Biederman2008-11-071-3/+4
* Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller2008-11-071-12/+0
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-11-071-27/+65
|\
| * bonding: send IPv6 neighbor advertisement on failoverBrian Haley2008-11-061-27/+65
* | phonet: sparse annotations of protocol, remove forward declarationHarvey Harrison2008-11-062-10/+9
* | ipvs: oldlen, newlen should be be16, not be32Harvey Harrison2008-11-062-8/+8
* | net: mark flow_cache_cpu_prepare() as __initAlexey Dobriyan2008-11-061-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-0620-67/+155
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-069-17/+51
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-11-061-1/+1
| | |\
| | | * Fix logic error in rfkill_check_duplicityJonathan McDowell2008-11-061-1/+1
| | * | net: Fix recursive descent in __scm_destroy().David S. Miller2008-11-061-3/+21
| | * | tcp: Fix recvmsg MSG_PEEK influence of blocking behavior.David S. Miller2008-11-051-2/+1
| | * | netfilter: netns ct: walk netns list under RTNLAlexey Dobriyan2008-11-052-0/+8
| | * | ipv6: fix run pending DAD when interface becomes readyBenjamin Thery2008-11-051-1/+3
| | * | net/9p: fix printk format warningsRandy Dunlap2008-11-051-11/+20
| | * | net: fix packet socket delivery in rx irq handlerPatrick McHardy2008-11-042-13/+36
| | * | xfrm: Have af-specific init_tempsel() initialize family field of temporary se...Andreas Steffen2008-11-042-0/+2
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2008-11-062-27/+37
| |\ \
| | * | net/9p: fix printk format warningsRandy Dunlap2008-11-051-11/+20
| | * | unsigned fid->fid cannot be negativeRoel Kluin2008-11-051-4/+5
| | * | 9p: rdma: remove duplicated #includeHuang Weiyi2008-11-051-1/+0
| | * | p9: Fix leak of waitqueue in request allocation pathTom Tucker2008-11-051-0/+3
| | * | 9p: Remove unneeded free of fcall for FlushTom Tucker2008-11-051-6/+0
| | * | 9p: Make all client spin locks IRQ safeTom Tucker2008-11-051-4/+6
| | * | 9p: rdma: Set trans prior to requesting async connection opsTom Tucker2008-11-051-1/+3
| * | | net: Fix recursive descent in __scm_destroy().David Miller2008-11-061-3/+21
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-043-10/+24
| |\ \ | | |/
| | * xfrm: Fix xfrm_policy_gc_lock handling.Alexey Dobriyan2008-11-031-2/+2
| | * XFRM: copy_to_user_kmaddress() reports local address twiceArnaud Ebalard2008-11-031-1/+1
| | * udp: Fix the SNMP counter of UDP_MIB_INERRORSWei Yongjun2008-11-021-2/+8
| | * udp: Fix the SNMP counter of UDP_MIB_INDATAGRAMSWei Yongjun2008-11-021-5/+13
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-11-0212-17/+89
| |\ \ | | |/
| | * af_unix: netns: fix problem of return valueJianjun Kong2008-11-011-1/+1
| | * udp: multicast packets need to check namespaceEric Dumazet2008-11-012-9/+11
| | * net: add documentation for skb recyclingStephen Hemminger2008-11-011-0/+12
| | * key: fix setkey(8) policy set breakageAlexey Dobriyan2008-10-311-1/+0
| * | saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
* | | net: Don't leak packets when a netns is going downEric W. Biederman2008-11-051-1/+3
* | | net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman2008-11-051-0/+12
* | | netns: Delete virtual interfaces during namespace cleanupEric W. Biederman2008-11-051-0/+6
* | | net: sk_free_datagram() should use sk_mem_reclaim_partial()Eric Dumazet2008-11-051-3/+2
* | | dccp: Cleanup routines for feature negotiationGerrit Renker2008-11-043-1/+3
* | | dccp: Per-socket initialisation of feature negotiationGerrit Renker2008-11-048-6/+69
* | | dccp: List management for new feature negotiationGerrit Renker2008-11-042-0/+75
* | | dccp: Implement lookup table for feature-negotiation informationGerrit Renker2008-11-041-0/+39
* | | dccp: Basic data structure for feature negotiationGerrit Renker2008-11-041-0/+61
* | | net/: Kill now superfluous ->last_rx stores.David S. Miller2008-11-037-9/+0
* | | netem: eliminate unneeded return valuesStephen Hemminger2008-11-031-21/+9
* | | net: remove two duplicated #includeJianjun Kong2008-11-032-2/+0