aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-10[NET]: Make helper to get dst entry and "use" itPavel Emelyanov3-26/+8
2007-11-10[IPV4]: Remove bugus goto-s from ip_route_input_slowPavel Emelyanov1-5/+0
2007-11-10[TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug)Ilpo Järvinen1-18/+17
2007-11-10[TCP]: Add unlikely() to sacktag out-of-mem in fragment caseIlpo Järvinen1-1/+1
2007-11-10[TCP]: Fix reord detection due to snd_una covered holesIlpo Järvinen1-18/+32
2007-11-10[TCP]: Consider GSO while counting reord in sacktagIlpo Järvinen1-4/+8
2007-11-09SCTP: Always flush the queue when uncorcking.Vlad Yasevich1-3/+2
2007-11-09SCTP: Fix PR-SCTP to deliver all the accumulated ordered chunksVlad Yasevich1-1/+1
2007-11-09SCTP: Make sctp_verify_param return multiple indications.Vlad Yasevich1-74/+75
2007-11-09SCTP: Convert custom hash lists to use hlist.Vlad Yasevich5-47/+25
2007-11-09SCTP: Use hashed lookup when looking for an association.Vlad Yasevich1-12/+22
2007-11-07SCTP: Fix a potential race between timers and receive path.Vlad Yasevich1-0/+4
2007-11-07SCTP: Allow ADD_IP to work with AUTH for backward compatibility.Vlad Yasevich4-3/+19
2007-11-07SCTP: Correctly disable ADD-IP when AUTH is not supported.Vlad Yasevich2-3/+4
2007-11-07SCTP: Update RCU handling during the ADD-IP caseVlad Yasevich3-12/+9
2007-11-07SCTP: Fix difference cases of retransmit.Vlad Yasevich4-20/+30
2007-11-07SCTP : Fix to process bundled ASCONF chunk correctlyWei Yongjun1-2/+6
2007-11-07SCTP : Fix bad formatted comment in outqueue.cWei Yongjun1-1/+2
2007-11-07[NETLINK]: Fix unicast timeoutsPatrick McHardy1-5/+5
2007-11-07[INET]: Remove per bucket rwlock in tcp/dccp ehash table.Eric Dumazet7-31/+41
2007-11-07[IPVS]: Synchronize closing of ConnectionsRumen G. Bogdanovski2-7/+15
2007-11-07[IPVS]: Bind connections on stanby if the destination existsRumen G. Bogdanovski3-4/+65
2007-11-07[NET]: Clean proto_(un)register from in-code ifdefsPavel Emelyanov1-28/+39
2007-11-07[IPSEC]: Fix crypto_alloc_comp error checkingHerbert Xu2-2/+4
2007-11-07[VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctlPatrick McHardy1-0/+1
2007-11-07[NETNS]: Fix compiler error in net_namespace.cJohann Felix Soden1-14/+14
2007-11-07[PKT_SCHED] CLS_U32: Fix endianness problem with u32 classifier hash masks.Radu Rendec1-2/+2
2007-11-07[NET]: Removing duplicit #includesJiri Olsa3-3/+0
2007-11-07[IPV4]: Compact some ifdefs in the fib code.Pavel Emelyanov1-7/+8
2007-11-07[IPV6]: Convert /proc/net/ipv6_route to seq_file interfaceAlexey Dobriyan1-62/+29
2007-11-07[PKT_SCHED]: Fix OOPS when removing devices from a teql queuing disciplineEvgeniy Polyakov1-0/+3
2007-11-07[DCCP]: Use DEFINE_PROTO_INUSE infrastructure.David S. Miller2-0/+6
2007-11-07[SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet1-0/+6
2007-11-07[IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet4-0/+12
2007-11-07[IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructureEric Dumazet4-0/+12
2007-11-07[NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way.Eric Dumazet3-31/+55
2007-11-07[IPV4]: Clean the ip_sockglue.c from some ugly ifdefsPavel Emelyanov1-27/+12
2007-11-07[DECNET]: "addr" module param can't be __initdataAlexey Dobriyan1-1/+1
2007-11-07[IPv6] SNMP: Restore Udp6InErrors incrementationMitsuru Chinen1-3/+2
2007-11-07[NET]: Remove /proc/net/stat/*_arp_cache upon module removalAlexey Dobriyan1-0/+2
2007-11-07[IPV6]: Consolidate the ip cork destruction in ip6_output.cPavel Emelyanov1-21/+15
2007-11-07[IPV4]: Consolidate the ip cork destruction in ip_output.cPavel Emelyanov1-15/+13
2007-11-07[NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{src,dst}Bart De Schuymer1-1/+1
2007-11-07[NETFILTER]: nf_sockopts list head cleanupAlexey Dobriyan1-9/+4
2007-11-07[NETFILTER]: remove unneeded rcu_dereference() callsPatrick McHardy7-19/+19
2007-11-07[NETFILTER]: Clean up MakefileJan Engelhardt3-29/+33
2007-11-07[NETFILTER]: Copyright/Email updateJan Engelhardt3-5/+8
2007-11-07[NETFILTER]: ip{,6}_queue: convert to seq_file interfaceAlexey Dobriyan2-34/+40
2007-11-069p: add missing end-of-options record for trans_fdLatchesar Ionkov1-1/+2
2007-11-069p: return NULL when trans not foundLatchesar Ionkov1-2/+2