| Commit message (Expand) | Author | Age | Files | Lines |
* | [IPV6]: Remove useless code from fib6_del_route(). | Gui Jianfeng | 2008-01-28 | 1 | -3/+0 |
* | [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input | Herbert Xu | 2008-01-28 | 2 | -4/+1 |
* | [IPSEC]: Fix transport-mode async resume on intput without netfilter | Herbert Xu | 2008-01-28 | 1 | -7/+5 |
* | [NETNS]: Modify the neighbour table code so it handles multiple network names... | Eric W. Biederman | 2008-01-28 | 2 | -3/+3 |
* | [XFRM]: RFC4303 compliant auditing | Paul Moore | 2008-01-28 | 3 | -1/+3 |
* | [TCP]: Convert several length variable to unsigned. | YOSHIFUJI Hideaki | 2008-01-28 | 1 | -4/+4 |
* | [XFRM]: Support to increment packet dropping statistics. | Masahide NAKAMURA | 2008-01-28 | 1 | -0/+3 |
* | [XFRM] MIPv6: Fix to input RO state correctly. | Masahide NAKAMURA | 2008-01-28 | 1 | -25/+29 |
* | [XFRM] IPv6: Fix dst/routing check at transformation. | Masahide NAKAMURA | 2008-01-28 | 2 | -2/+19 |
* | [IPSEC]: Rename tunnel-mode functions to avoid collisions with tunnels | Herbert Xu | 2008-01-28 | 1 | -8/+8 |
* | [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option | Patrick McHardy | 2008-01-28 | 1 | -3/+20 |
* | [NETFILTER]: Parenthesize macro parameters | Jan Engelhardt | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: constify nf_afinfo | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: nf_log: move logging stuff to seperate header | Patrick McHardy | 2008-01-28 | 3 | -0/+3 |
* | [NETFILTER]: ctnetlink: use netlink attribute helpers | Patrick McHardy | 2008-01-28 | 1 | -12/+6 |
* | [NETFILTER]: ip6_tables: use raw_smp_processor_id() in do_add_counters() | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: ip6_tables: fix stack leagage | Patrick McHardy | 2008-01-28 | 1 | -1/+1 |
* | [NETFILTER]: {ip,ip6}_tables: fix format strings | Patrick McHardy | 2008-01-28 | 1 | -9/+7 |
* | [NETFILTER]: {ip,ip6}_tables: reformat to eliminate differences | Patrick McHardy | 2008-01-28 | 1 | -23/+23 |
* | [NETFILTER]: ip6_tables: add compat support | Patrick McHardy | 2008-01-28 | 1 | -56/+767 |
* | [NETFILTER]: ip6_tables: resync get_entries() with ip_tables | Patrick McHardy | 2008-01-28 | 1 | -19/+18 |
* | [NETFILTER]: ip6_tables: move IP6T_SO_GET_INFO handling to seperate function | Patrick McHardy | 2008-01-28 | 1 | -42/+47 |
* | [NETFILTER]: ip6_tables: move counter allocation to seperate function | Patrick McHardy | 2008-01-28 | 1 | -9/+22 |
* | [NETFILTER]: ip6_tables: use vmalloc_node() | Patrick McHardy | 2008-01-28 | 1 | -3/+4 |
* | [NETFILTER]: ip6_tables: move entry, match and target checks to seperate func... | Patrick McHardy | 2008-01-28 | 1 | -47/+82 |
* | [NETFILTER]: ip6_tables: kill a few useless defines/forward declarations | Patrick McHardy | 2008-01-28 | 1 | -14/+2 |
* | [UDP]: Move udp_stats_in6 into net/ipv4/udp.c | Herbert Xu | 2008-01-28 | 1 | -3/+0 |
* | [IPV6] sit: Rebinding of SIT tunnels to other interfaces | Michal Schmidt | 2008-01-28 | 1 | -28/+42 |
* | [IPV6]: Always pass a valid nl_info to inet6_rt_notify. | Denis V. Lunev | 2008-01-28 | 2 | -15/+15 |
* | [IPV6]: fix section mismatch warnings | Daniel Lezcano | 2008-01-28 | 5 | -5/+5 |
* | [IPSEC]: Do not let packets pass when ICMP flag is off | Herbert Xu | 2008-01-28 | 1 | -2/+5 |
* | [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT | Herbert Xu | 2008-01-28 | 4 | -4/+4 |
* | [IPSEC]: Fix reversed ICMP6 policy check | Herbert Xu | 2008-01-28 | 1 | -1/+1 |
* | [IPSEC]: Add ICMP host relookup support | Herbert Xu | 2008-01-28 | 1 | -4/+56 |
* | [IPSEC]: Added xfrm_decode_session_reverse and xfrmX_policy_check_reverse | Herbert Xu | 2008-01-28 | 1 | -5/+5 |
* | [IPV6]: make the protocol initialization to return an error code | Daniel Lezcano | 2008-01-28 | 6 | -60/+159 |
* | [IPV6]: make inet6_register_protosw to return an error code | Daniel Lezcano | 2008-01-28 | 1 | -4/+7 |
* | [IPV6]: make frag to return an error at initialization | Daniel Lezcano | 2008-01-28 | 2 | -5/+19 |
* | [IPV6]: make extended headers to return an error at initialization | Daniel Lezcano | 2008-01-28 | 2 | -28/+46 |
* | [IPV6]: make flowlabel to return an error | Daniel Lezcano | 2008-01-28 | 2 | -8/+27 |
* | [NET]: Remove unused "mibalign" argument for snmp_mib_init(). | YOSHIFUJI Hideaki | 2008-01-28 | 2 | -15/+11 |
* | [IPV6]: route6 remove ifdef for fib_rules | Daniel Lezcano | 2008-01-28 | 1 | -6/+1 |
* | [IPV6]: remove ifdef in route6 for xfrm6 | Daniel Lezcano | 2008-01-28 | 1 | -6/+1 |
* | [IPV6]: create route6 proc init-fini functions | Daniel Lezcano | 2008-01-28 | 1 | -18/+40 |
* | [IPV6] route6/fib6: Don't panic a kmem_cache_create. | Daniel Lezcano | 2008-01-28 | 2 | -2/+8 |
* | [IPV6]: Make af_inet6 to check ip6_route_init return value. | Daniel Lezcano | 2008-01-28 | 1 | -1/+5 |
* | [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 |