aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [LAPB] net/lapb/lapb_iface.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-281-1/+1
* [IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-281-1/+1
* [NET] net/core/dev.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng2008-01-281-1/+1
* [IPV4]: Move trie_local and trie_main into the proc iterator.Eric W. Biederman2008-01-281-13/+34
* [IPV4]: Remove ip_fib_local_table and ip_fib_main_table defines.Eric W. Biederman2008-01-281-2/+3
* [IPV6] route6/fib6: Don't panic a kmem_cache_create.Daniel Lezcano2008-01-282-2/+8
* [IPV6]: Make af_inet6 to check ip6_route_init return value.Daniel Lezcano2008-01-281-1/+5
* [IPV6]: Make ip6_route_init to return an error code.Daniel Lezcano2008-01-281-11/+53
* [IPV6]: Make fib6_rules_init to return an error code.Daniel Lezcano2008-01-282-5/+19
* [IPV6]: Make xfrm6_init to return an error code.Daniel Lezcano2008-01-282-7/+19
* [IPV6]: Make fib6_init to return an error code.Daniel Lezcano2008-01-281-3/+11
* [NET]: Multiple namespaces in the all dst_ifdown routines.Denis V. Lunev2008-01-286-9/+15
* [TFRC]: New rx history codeArnaldo Carvalho de Melo2008-01-285-355/+327
* [CCID3]: The receiver of a half-connection does not set window counter valuesGerrit Renker2008-01-281-1/+0
* [TFRC]: Rename dccp_rx_ to tfrc_rx_Arnaldo Carvalho de Melo2008-01-284-92/+92
* [TFRC]: Make the rx history slab be globalArnaldo Carvalho de Melo2008-01-283-113/+60
* [TFRC]: Rename tfrc_tx_hist to tfrc_tx_hist_slab, for consistencyArnaldo Carvalho de Melo2008-01-281-10/+10
* [DCCP]: Introduce generic function to test for `data packets'Gerrit Renker2008-01-281-0/+12
* [TFRC]: Provide central source file and debug facilityGerrit Renker2008-01-286-35/+75
* [ARP]: Consolidate some code in arp_req_set/delete_publcPavel Emelyanov2008-01-281-22/+19
* [ARP]: Minus one level of ndentation in arp_req_deletePavel Emelyanov2008-01-281-20/+27
* [ARP]: Minus one level of indentation in arp_req_setPavel Emelyanov2008-01-281-25/+33
* [IPV4] ROUTE: Convert rt_hash_lock_init() macro into functionPavel Emelyanov2008-01-281-8/+17
* [IPV4] ROUTE: Clean up proc files creation.Pavel Emelyanov2008-01-281-14/+40
* [IPV4] ROUTE: Collect proc-related functions togetherPavel Emelyanov2008-01-281-42/+39
* [UDP]: Only increment counter on first peek/recvHerbert Xu2008-01-283-20/+37
* [UDP]: Restore missing inDatagrams incrementsHerbert Xu2008-01-285-2/+17
* [UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu2008-01-283-6/+12
* [IPV6]: Eliminate difference in actions of sysctl and proc handler for conf.a...Pavel Emelyanov2008-01-281-36/+20
* [INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwardingPavel Emelyanov2008-01-282-87/+44
* [IPV6]: Use sysctl paths to register ipv6 sysctl tablesPavel Emelyanov2008-01-281-20/+6
* [IPV6]: Make the ipv6/sysctl_net_ipv6.c compilation cleanerPavel Emelyanov2008-01-282-9/+2
* [NET]: Remove the empty net_tablePavel Emelyanov2008-01-281-4/+0
* [TR]: Use ctl paths to register net/token-ring/ tablePavel Emelyanov2008-01-284-44/+25
* [IPV4]: Use ctl paths to register net/ipv4/ tablePavel Emelyanov2008-01-282-9/+18
* [IPV4]: Cleanup the sysctl_net_ipv4.c filePavel Emelyanov2008-01-283-14/+6
* [NET]: Isolate the net/core/ sysctl tablePavel Emelyanov2008-01-282-7/+18
* [NET]: Remove unneeded ifdefs from sysctl_net_core.cPavel Emelyanov2008-01-281-4/+0
* [NETFILTER]: Select CONFIG_NETFILTER_NETLINK when neededPatrick McHardy2008-01-281-8/+5
* [NETFILTER]: remove NF_CONNTRACK_ENABLED optionPatrick McHardy2008-01-281-6/+1
* [NETFILTER]: nfnetlink_queue: update copyrightPatrick McHardy2008-01-281-0/+1
* [NETFILTER]: nfnetlink_queue: remove useless enqueue status codesPatrick McHardy2008-01-281-14/+12
* [NETFILTER]: nfnetlink_queue: eliminate impossible switch casePatrick McHardy2008-01-281-6/+1
* [NETFILTER]: nfnetlink_queue: use endianness-aware attribute functionsPatrick McHardy2008-01-281-37/+23
* [NETFILTER]: nfnetlink_queue: mark hash table __read_mostlyPatrick McHardy2008-01-281-1/+1
* [NETFILTER]: nfnetlink_queue: remove useless debuggingPatrick McHardy2008-01-281-31/+4
* [NETFILTER]: nfnetlink_queue: kill useless wrapperPatrick McHardy2008-01-281-31/+21
* [NETFILTER]: nfnetlink: use RCU for queue instances hashPatrick McHardy2008-01-281-113/+92
* [NETFILTER]: nfnetlink_queue: fix checks in nfqnl_recv_configPatrick McHardy2008-01-281-19/+12
* [NETFILTER]: nfnetlink_queue: avoid unnecessary atomic operationPatrick McHardy2008-01-281-5/+4