summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SCTP: Make sctp_verify_param return multiple indications.Vlad Yasevich2007-11-091-74/+75
* SCTP: Convert custom hash lists to use hlist.Vlad Yasevich2007-11-095-47/+25Star
* SCTP: Use hashed lookup when looking for an association.Vlad Yasevich2007-11-091-12/+22
* SCTP: Fix a potential race between timers and receive path.Vlad Yasevich2007-11-071-0/+4
* SCTP: Allow ADD_IP to work with AUTH for backward compatibility.Vlad Yasevich2007-11-074-3/+19
* SCTP: Correctly disable ADD-IP when AUTH is not supported.Vlad Yasevich2007-11-072-3/+4
* SCTP: Update RCU handling during the ADD-IP caseVlad Yasevich2007-11-073-12/+9Star
* SCTP: Fix difference cases of retransmit.Vlad Yasevich2007-11-074-20/+30
* SCTP : Fix to process bundled ASCONF chunk correctlyWei Yongjun2007-11-071-2/+6
* SCTP : Fix bad formatted comment in outqueue.cWei Yongjun2007-11-071-1/+2
* [NETLINK]: Fix unicast timeoutsPatrick McHardy2007-11-071-5/+5
* [INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet2007-11-077-31/+41
* [IPVS]: Synchronize closing of ConnectionsRumen G. Bogdanovski2007-11-072-7/+15
* [IPVS]: Bind connections on stanby if the destination existsRumen G. Bogdanovski2007-11-073-4/+65
* [NET]: Clean proto_(un)register from in-code ifdefsPavel Emelyanov2007-11-071-28/+39
* [IPSEC]: Fix crypto_alloc_comp error checkingHerbert Xu2007-11-072-2/+4
* [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctlPatrick McHardy2007-11-071-0/+1
* [NETNS]: Fix compiler error in net_namespace.cJohann Felix Soden2007-11-071-14/+14
* [PKT_SCHED] CLS_U32: Fix endianness problem with u32 classifier hash masks.Radu Rendec2007-11-071-2/+2
* [NET]: Removing duplicit #includesJiri Olsa2007-11-073-3/+0Star
* [IPV4]: Compact some ifdefs in the fib code.Pavel Emelyanov2007-11-071-7/+8
* [IPV6]: Convert /proc/net/ipv6_route to seq_file interfaceAlexey Dobriyan2007-11-071-62/+29Star
* [PKT_SCHED]: Fix OOPS when removing devices from a teql queuing disciplineEvgeniy Polyakov2007-11-071-0/+3
* [DCCP]: Use DEFINE_PROTO_INUSE infrastructure.David S. Miller2007-11-072-0/+6
* [SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet2007-11-071-0/+6
* [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet2007-11-074-0/+12
* [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet2007-11-074-0/+12
* [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA ...Eric Dumazet2007-11-073-31/+55
* [IPV4]: Clean the ip_sockglue.c from some ugly ifdefsPavel Emelyanov2007-11-071-27/+12Star
* [DECNET]: "addr" module param can't be __initdataAlexey Dobriyan2007-11-071-1/+1
* [IPv6] SNMP: Restore Udp6InErrors incrementationMitsuru Chinen2007-11-071-3/+2Star
* [NET]: Remove /proc/net/stat/*_arp_cache upon module removalAlexey Dobriyan2007-11-071-0/+2
* [IPV6]: Consolidate the ip cork destruction in ip6_output.cPavel Emelyanov2007-11-071-21/+15Star
* [IPV4]: Consolidate the ip cork destruction in ip_output.cPavel Emelyanov2007-11-071-15/+13Star
* [NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{s...Bart De Schuymer2007-11-071-1/+1
* [NETFILTER]: nf_sockopts list head cleanupAlexey Dobriyan2007-11-071-9/+4Star
* [NETFILTER]: remove unneeded rcu_dereference() callsPatrick McHardy2007-11-077-19/+19
* [NETFILTER]: Clean up MakefileJan Engelhardt2007-11-073-29/+33
* [NETFILTER]: Copyright/Email updateJan Engelhardt2007-11-073-5/+8
* [NETFILTER]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan2007-11-072-34/+40
* 9p: add missing end-of-options record for trans_fdLatchesar Ionkov2007-11-061-1/+2
* 9p: return NULL when trans not foundLatchesar Ionkov2007-11-061-2/+2
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-025-7/+7
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-029-9/+0Star
* [IRDA] IRNET: Fix build when TCGETS2 is defined.David S. Miller2007-11-011-0/+10
* [NET]: docbook fixes for netif_ functionsStephen Hemminger2007-11-011-3/+15
* [NET]: Hide the net_ns kmem cachePavel Emelyanov2007-11-011-2/+4
* [NET]: Mark the setup_net as __net_initPavel Emelyanov2007-11-011-1/+1
* [NET]: Hide the dead code in the net_namespace.cPavel Emelyanov2007-11-011-63/+68
* [NETNS]: Make the init/exit hooks checks outside the loopPavel Emelyanov2007-11-011-12/+11Star