summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [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
* [NETFILTER]: remove annoying debugging messagePatrick McHardy2008-01-281-2/+1
* [NETFILTER]: nf_queue: clean up error pathsPatrick McHardy2008-01-281-53/+40
* [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdictPatrick McHardy2008-01-284-44/+8
* [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_infoPatrick McHardy2008-01-286-181/+121
* [NETFILTER]: ip6_queue: resync dev-index based flushingPatrick McHardy2008-01-281-1/+10
* [NETFILTER]: ip6_queue: deobfuscate entry lookupsPatrick McHardy2008-01-281-64/+37
* [NETFILTER]: ip_queue: deobfuscate entry lookupsPatrick McHardy2008-01-281-64/+37
* [NETFILTER]: nfnetlink_queue: deobfuscate entry lookupsPatrick McHardy2008-01-281-69/+31
* [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entryPatrick McHardy2008-01-283-15/+9
* [NETFILTER]: nf_queue: move queueing related functions/struct to seperate headerPatrick McHardy2008-01-286-0/+6
* [NETFILTER]: nf_queue: remove unused data pointerPatrick McHardy2008-01-284-4/+4
* [NETFILTER]: nf_queue: make queue_handler constPatrick McHardy2008-01-284-9/+9
* [NETFILTER]: nf_queue: remove unnecessary hook existance checkPatrick McHardy2008-01-282-18/+0