[IPV6] sit: Rebinding of SIT tunnels to other interfaces
[pandora-kernel.git] / net / ipv4 /
2008-01-28 Michal Schmidt[IP_GRE]: Rebinding of GRE tunnels to other interfaces
2008-01-28 Herbert Xu[IPSEC]: Do not let packets pass when ICMP flag is off
2008-01-28 Herbert Xu[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP...
2008-01-28 Herbert Xu[IPSEC]: Fix reversed ICMP6 policy check
2008-01-28 Michal Schmidt[IPIP]: Allow rebinding the tunnel to another interface
2008-01-28 Herbert Xu[IPSEC]: Add ICMP host relookup support
2008-01-28 Herbert Xu[IPSEC]: Added xfrm_decode_session_reverse and xfrmX_po...
2008-01-28 Pavel Emelyanov[IPV4]: Cleanup sysctl manipulations in devinet.c
2008-01-28 Pavel Emelyanov[INET]: Use BUILD_BUG_ON in inet_timewait_sock.c checks
2008-01-28 Pavel Emelyanov[TCP]: Use BUILD_BUG_ON for tcp_skb_cb size checking
2008-01-28 YOSHIFUJI Hideaki[NET]: Remove unused "mibalign" argument for snmp_mib_i...
2008-01-28 Denis V. Lunev[IPV4]: last default route is a fib table property
2008-01-28 Denis V. Lunev[IPV4]: Unify assignment of fi to fib_result
2008-01-28 Denis V. Lunev[IPV4]: no need pass pointer to a default into fib_dete...
2008-01-28 Denis Cheng[IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead...
2008-01-28 Eric W. Biederman[IPV4]: Move trie_local and trie_main into the proc...
2008-01-28 Eric W. Biederman[IPV4]: Remove ip_fib_local_table and ip_fib_main_table...
2008-01-28 Denis V. Lunev[NET]: Multiple namespaces in the all dst_ifdown routines.
2008-01-28 Pavel Emelyanov[ARP]: Consolidate some code in arp_req_set/delete_publc
2008-01-28 Pavel Emelyanov[ARP]: Minus one level of ndentation in arp_req_delete
2008-01-28 Pavel Emelyanov[ARP]: Minus one level of indentation in arp_req_set
2008-01-28 Pavel Emelyanov[IPV4] ROUTE: Convert rt_hash_lock_init() macro into...
2008-01-28 Pavel Emelyanov[IPV4] ROUTE: Clean up proc files creation.
2008-01-28 Pavel Emelyanov[IPV4] ROUTE: Collect proc-related functions together
2008-01-28 Herbert Xu[UDP]: Only increment counter on first peek/recv
2008-01-28 Herbert Xu[UDP]: Restore missing inDatagrams increments
2008-01-28 Herbert Xu[UDP]: Avoid repeated counting of checksum errors due...
2008-01-28 Pavel Emelyanov[INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4...
2008-01-28 Pavel Emelyanov[IPV4]: Use ctl paths to register net/ipv4/ table
2008-01-28 Pavel Emelyanov[IPV4]: Cleanup the sysctl_net_ipv4.c file
2008-01-28 Patrick McHardy[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict
2008-01-28 Patrick McHardy[NETFILTER]: nf_queue: move list_head/skb/id to struct...
2008-01-28 Patrick McHardy[NETFILTER]: ip_queue: deobfuscate entry lookups
2008-01-28 Patrick McHardy[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_ea...
2008-01-28 Patrick McHardy[NETFILTER]: nf_queue: move queueing related functions...
2008-01-28 Patrick McHardy[NETFILTER]: nf_queue: remove unused data pointer
2008-01-28 Patrick McHardy[NETFILTER]: nf_queue: make queue_handler const
2008-01-28 Patrick McHardy[NETFILTER]: Mark hooks __read_mostly
2008-01-28 Patrick McHardy[NETFILTER]: Use nf_register_hooks for multiple registr...
2008-01-28 Patrick McHardy[NETFILTER]: nf_conntrack_proto_icmp: kill extern decla...
2008-01-28 Patrick McHardy[NETFILTER]: nf_ct_h323: remove ipv6 module dependency
2008-01-28 Maciej Soltysiak[NETFILTER]: {ip,ip6}t_LOG: log GID
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: remove obsolete SAME target
2008-01-28 Jan Engelhardt[NETFILTER]: Merge ipt_TOS into xt_DSCP
2008-01-28 Jan Engelhardt[NETFILTER]: Merge ipt_tos into xt_dscp
2008-01-28 Jan Engelhardt[NETFILTER]: Use lowercase names for matches in Kconfig
2008-01-28 Laszlo Attila Toth[NETFILTER]: ipt_addrtype: limit address type checking...
2008-01-28 Laszlo Attila Toth[IPV4]: Add inet_dev_addr_type()
2008-01-28 Jan Engelhardt[NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner
2008-01-28 Patrick McHardy[NETFILTER]: x_tables: remove obsolete overflow check
2008-01-28 Eric Dumazet[NETFILTER]: x_tables: struct xt_table_info diet
2008-01-28 Jan Engelhardt[NETFILTER]: x_tables: consistent and unique symbol...
2008-01-28 Li Zefan[NETFILTER]: replace list_for_each with list_for_each_entry
2008-01-28 Herbert Xu[IPSEC]: Use the correct family for input state lookup
2008-01-28 Wang Chen[UDP]: Counter increment should be in USER mode for...
2008-01-28 Wang Chen[UDP]: Clean up for IS_UDPLITE macro
2008-01-28 Wang Chen[UDP]: Defer InDataGrams increment until recvmsg()...
2008-01-28 Ilpo Järvinen[TCP]: Abstract tp->highest_sack accessing & point...
2008-01-28 Ilpo Järvinen[TCP]: Cleanup local variables of clean_rtx_queue
2008-01-28 Ilpo Järvinen[TCP]: Add unlikely() to urgent handling in clean_rtx_queue
2008-01-28 Ilpo Järvinen[TCP]: Remove duplicated code block from clean_rtx_queue
2008-01-28 Ilpo Järvinen[TCP]: Add tcp_for_write_queue_from_safe and use it...
2008-01-28 Ilpo Järvinen[TCP]: Remove local variable and use packets_in_flight...
2008-01-28 Ilpo Järvinen[TCP]: MTUprobe: prepare skb fields earlier
2008-01-28 Ilpo Järvinen[TCP]: Cong.ctrl modules: remove unused good_ack from...
2008-01-28 Ilpo Järvinen[TCP]: Unite identical code from two seqno split blocks
2008-01-28 Ilpo Järvinen[TCP]: Remove superflucious FLAG_DATA_SACKED
2008-01-28 Ilpo Järvinen[TCP]: Move LOSTRETRANS MIB outside !(L|S) check
2008-01-28 Pavel Emelyanov[IPV4]: Use ctl paths to register devinet sysctls
2008-01-28 Pavel Emelyanov[IPV4]: Unify and cleanup calls to devinet_sysctl_register
2008-01-28 Pavel Emelyanov[IPV4]: Cleanup the devinet_sysctl_register
2008-01-28 Patrick McHardy[NETFILTER]: Convert old checksum helper names
2008-01-28 Ilpo Järvinen[TCP]: Two fixes to new sacktag code
2008-01-28 Pavel Emelyanov[NET]: Eliminate unused argument from sk_stream_alloc_pskb
2008-01-28 Pavel Emelyanov[NET]: Uninline the sk_stream_alloc_pskb
2008-01-28 Joonwoo Park[IPV4] fib_hash: kmalloc + memset conversion to kzalloc
2008-01-28 Joonwoo Park[IPV4] fib_semantics: kmalloc + memset conversion to...
2008-01-28 Ilpo Järvinen[TCP]: Move FRTO checks out from write queue abstractio...
2008-01-28 Pavel Emelyanov[NET]: Name magic constants in sock_wake_async()
2008-01-28 Pavel Emelyanov[IPVS]: Relax the module get/put in ip_vs_app.c
2008-01-28 Eric Dumazet[PATCH] IPV4 : Move ip route cache flush (secret_rebuil...
2008-01-28 Pavel Emelyanov[RAW]: Consolidate proc interface.
2008-01-28 Pavel Emelyanov[RAW]: Consolidate proto->unhash callback
2008-01-28 Pavel Emelyanov[RAW]: Consolidate proto->hash callback
2008-01-28 Pavel Emelyanov[RAW]: Introduce raw_hashinfo structure
2008-01-28 Pavel Emelyanov[IPv4] RAW: Compact the API for the kernel
2008-01-28 Denis V. Lunev[NET]: Make rtnetlink infrastructure network namespace...
2008-01-28 Denis V. Lunev[NET]: Modify all rtnetlink methods to only work in...
2008-01-28 David S. Miller[IPCONFIG]: Mark vendor_class_identifier as __initdata.
2008-01-28 Rumen G. Bogdanovski[IPVS]: Create synced connections with their real state
2008-01-28 Rumen G. Bogdanovski[IPVS]: Flag synced connections and expose them in...
2008-01-28 Ilpo Järvinen[TCP]: Correct DSACK check placing
2008-01-28 Eric Dumazet[NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu...
2008-01-28 Ilpo Järvinen[TCP]: Rewrite SACK block processing & sack_recv_cache use
2008-01-28 Ilpo Järvinen[TCP]: Earlier SACK block verification & simplify acces...
2008-01-28 Ilpo Järvinen[TCP]: Create tcp_sacktag_one().
2008-01-28 Ilpo Järvinen[TCP]: Prior_fackets can be replaced by highest_sack seq
2008-01-28 Ilpo Järvinen[TCP]: Make lost retrans detection more self-contained
2008-01-28 Ilpo Järvinen[TCP]: Convert highest_sack to sk_buff to allow direct...
2008-01-28 Ilpo Järvinen[TCP]: non-FACK SACK follows conservative SACK loss...
next