| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [IPV6]: Make ip6_route_init to return an error code. | Daniel Lezcano | 2008-01-28 | 1 | -11/+53 |
* | [IPV6]: Make fib6_rules_init to return an error code. | Daniel Lezcano | 2008-01-28 | 1 | -3/+16 |
* | [IPV6]: Make xfrm6_init to return an error code. | Daniel Lezcano | 2008-01-28 | 2 | -7/+19 |
* | [IPV6]: Make fib6_init to return an error code. | Daniel Lezcano | 2008-01-28 | 1 | -3/+11 |
* | [NET]: Multiple namespaces in the all dst_ifdown routines. | Denis V. Lunev | 2008-01-28 | 2 | -3/+7 |
* | [UDP]: Only increment counter on first peek/recv | Herbert Xu | 2008-01-28 | 1 | -2/+5 |
* | [UDP]: Restore missing inDatagrams increments | Herbert Xu | 2008-01-28 | 2 | -0/+3 |
* | [UDP]: Avoid repeated counting of checksum errors due to peeking | Herbert Xu | 2008-01-28 | 1 | -2/+2 |
* | [IPV6]: Eliminate difference in actions of sysctl and proc handler for conf.a... | Pavel Emelyanov | 2008-01-28 | 1 | -36/+20 |
* | [IPV6]: Use sysctl paths to register ipv6 sysctl tables | Pavel Emelyanov | 2008-01-28 | 1 | -20/+6 |
* | [IPV6]: Make the ipv6/sysctl_net_ipv6.c compilation cleaner | Pavel Emelyanov | 2008-01-28 | 2 | -9/+2 |
* | [NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict | Patrick McHardy | 2008-01-28 | 1 | -10/+2 |
* | [NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info | Patrick McHardy | 2008-01-28 | 2 | -50/+31 |
* | [NETFILTER]: ip6_queue: resync dev-index based flushing | Patrick McHardy | 2008-01-28 | 1 | -1/+10 |
* | [NETFILTER]: ip6_queue: deobfuscate entry lookups | Patrick McHardy | 2008-01-28 | 1 | -64/+37 |
* | [NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry | Patrick McHardy | 2008-01-28 | 1 | -5/+3 |
* | [NETFILTER]: nf_queue: move queueing related functions/struct to seperate header | Patrick McHardy | 2008-01-28 | 2 | -0/+2 |
* | [NETFILTER]: nf_queue: remove unused data pointer | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: nf_queue: make queue_handler const | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: Mark hooks __read_mostly | Patrick McHardy | 2008-01-28 | 4 | -4/+4 |
* | [NETFILTER]: nf_ct_h323: remove ipv6 module dependency | Patrick McHardy | 2008-01-28 | 1 | -0/+7 |
* | [NETFILTER]: {ip,ip6}t_LOG: log GID | Maciej Soltysiak | 2008-01-28 | 1 | -1/+3 |
* | [NETFILTER]: Use lowercase names for matches in Kconfig | Jan Engelhardt | 2008-01-28 | 1 | -8/+8 |
* | [NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner | Jan Engelhardt | 2008-01-28 | 3 | -97/+0 |
* | [NETFILTER]: x_tables: remove obsolete overflow check | Patrick McHardy | 2008-01-28 | 1 | -2/+0 |
* | [NETFILTER]: x_tables: struct xt_table_info diet | Eric Dumazet | 2008-01-28 | 1 | -3/+2 |
* | [NETFILTER]: x_tables: consistent and unique symbol names | Jan Engelhardt | 2008-01-28 | 12 | -244/+185 |
* | [IPSEC]: Use the correct family for input state lookup | Herbert Xu | 2008-01-28 | 1 | -0/+1 |
* | [UDP]: Clean up for IS_UDPLITE macro | Wang Chen | 2008-01-28 | 1 | -6/+8 |
* | [UDP]: Defer InDataGrams increment until recvmsg() does checksum | Wang Chen | 2008-01-28 | 1 | -1/+3 |
* | [IPV6]: Use ctl paths to register addrconf sysctls | Pavel Emelyanov | 2008-01-28 | 1 | -60/+20 |
* | [IPV6]: Unify and cleanup calls to addrconf_sysctl_register | Pavel Emelyanov | 2008-01-28 | 1 | -16/+16 |
* | [IPV6]: Cleanup the addconf_sysctl_register | Pavel Emelyanov | 2008-01-28 | 1 | -8/+8 |
* | [IPV6]: Add RFC4214 support | Fred L. Templin | 2008-01-28 | 3 | -1/+100 |
* | [IPV6]: Correct the comment concerning inetsw6 table | Pavel Emelyanov | 2008-01-28 | 1 | -1/+1 |
* | [RAW]: Consolidate proc interface. | Pavel Emelyanov | 2008-01-28 | 1 | -77/+5 |
* | [RAW]: Consolidate proto->unhash callback | Pavel Emelyanov | 2008-01-28 | 1 | -4/+1 |
* | [RAW]: Consolidate proto->hash callback | Pavel Emelyanov | 2008-01-28 | 1 | -7/+1 |
* | [RAW]: Introduce raw_hashinfo structure | Pavel Emelyanov | 2008-01-28 | 1 | -24/+25 |
* | [IPv6] RAW: Compact the API for the kernel | Pavel Emelyanov | 2008-01-28 | 3 | -28/+48 |
* | [NET]: Make rtnetlink infrastructure network namespace aware (v3) | Denis V. Lunev | 2008-01-28 | 4 | -13/+14 |
* | [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) | Denis V. Lunev | 2008-01-28 | 4 | -0/+59 |
* | [IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table. | YOSHIFUJI Hideaki | 2008-01-28 | 3 | -31/+561 |
* | [IPV6] ADDRCONF: Allow address selection policy with ifindex. | YOSHIFUJI Hideaki | 2008-01-28 | 1 | -4/+8 |
* | [IPV6] ADDRCONF: Rename ipv6_saddr_label() to ipv6_addr_label(). | YOSHIFUJI Hideaki | 2008-01-28 | 1 | -4/+6 |
* | [IPSEC]: Kill afinfo->nf_post_routing | David S. Miller | 2008-01-28 | 1 | -1/+0 |
* | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 2008-01-28 | 18 | -83/+92 |
* | [IPSEC]: Add async resume support on input | Herbert Xu | 2008-01-28 | 1 | -0/+3 |
* | [IPSEC]: Remove nhoff from xfrm_input | Herbert Xu | 2008-01-28 | 3 | -4/+5 |
* | [IPSEC]: Make x->lastused an unsigned long | Herbert Xu | 2008-01-28 | 1 | -2/+0 |