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