]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/history - net/ipv4
[CONNECTOR]: clean up {,__}cn_rx_skb()
[linux-2.6-omap-h63xx.git] / net / ipv4 /
2008-01-28 Eric Dumazet[ICMP]: Avoid sparse warnings in net/ipv4/icmp.c
2008-01-28 Eric Dumazet[NET]: prot_inuse cleanups and optimizations
2008-01-28 Ilpo Järvinen[TCP]: Perform setting of common control fields in...
2008-01-28 Ilpo Järvinen[TCP]: Urgent parameter effect can be simplified.
2008-01-28 Ilpo Järvinen[TCP]: cleanup tcp_parse_options deep indented switch
2008-01-28 Eric Dumazet[NET]: Add some acquires/releases sparse annotations.
2008-01-28 Ilpo Järvinen[TCP]: Remove unnecessary local variable
2008-01-28 Ilpo Järvinen[TCP]: Code duplication removal, added tcp_bound_to_hal...
2008-01-28 Ilpo Järvinen[TCP]: cleanup tcp_{in,out}put.c style
2008-01-28 Ilpo Järvinen[TCP]: reduce tcp_output's indentation levels a bit
2008-01-28 Ilpo Järvinen[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
2008-01-28 Ilpo Järvinen[TCP]: Dropped unnecessary skb/sacked accessing in...
2008-01-28 Ilpo Järvinen[TCP]: Introduce tcp_wnd_end() to reduce line lengths
2008-01-28 Ilpo Järvinen[TCP]: Rename update_send_head & include related increm...
2008-01-28 Ilpo Järvinen[TCP]: Make invariant check complain about invalid...
2008-01-28 Hideo Aoki[UDP]: Add memory accounting.
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Herbert Xu[IPSEC]: Move all calls to xfrm_audit_state_icvfail...
2008-01-28 Herbert Xu[IPSEC]: Fix transport-mode async resume on intput...
2008-01-28 Ilpo Järvinen[TCP]: Remove seq_rtt ptr from clean_rtx_queue args
2008-01-28 Ilpo Järvinen[TCP]: Force TSO splits to MSS boundaries
2008-01-28 Eric W. Biederman[NETNS]: Modify the neighbour table code so it handles...
2008-01-28 Paul Moore[XFRM]: RFC4303 compliant auditing
2008-01-28 Eric Dumazet[TCP]: Avoid two divides in __tcp_grow_window()
2008-01-28 Eric Dumazet[TCP]: Avoid a divide in tcp_mtu_probing()
2008-01-28 David S. Miller[TCP]: Move mss variable in tcp_mtu_probing()
2008-01-28 Eric Dumazet[TCP]: tcp_write_timeout.c cleanup
2008-01-28 Eric Dumazet[INET]: Avoid an integer divide in rt_garbage_collect()
2008-01-28 YOSHIFUJI Hideaki[TCP]: Convert several length variable to unsigned.
2008-01-28 Eric Dumazet[TCP] Avoid two divides in tcp_output.c
2008-01-28 Masahide NAKAMURA[XFRM] IPv6: Fix dst/routing check at transformation.
2008-01-28 Ilpo Järvinen[TCP]: Fix TSO deferring
2008-01-28 Pavel Emelyanov[INET]: Uninline the inet_twsk_put function.
2008-01-28 Pavel Emelyanov[INET]: Uninline the __inet_lookup_established function.
2008-01-28 Pavel Emelyanov[INET]: Uninline the __inet_hash function.
2008-01-28 Herbert Xu[IPSEC]: Rename tunnel-mode functions to avoid collisio...
2008-01-28 Patrick McHardy[NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option
2008-01-28 Patrick McHardy[NETFILTER]: non-power-of-two jhash optimizations
2008-01-28 Jan Engelhardt[NETFILTER]: Parenthesize macro parameters
2008-01-28 Jan Engelhardt[NETFILTER]: Introduce nf_inet_address
2008-01-28 Jan Engelhardt[NETFILTER]: x_tables: use %u format specifiers
2008-01-28 Patrick McHardy[NETFILTER]: nf_nat: properly use RCU for ip_nat_decode...
2008-01-28 Patrick McHardy[NETFILTER]: constify nf_afinfo
2008-01-28 Patrick McHardy[NETFILTER]: nf_log: constify struct nf_logger and...
2008-01-28 Patrick McHardy[NETFILTER]: nf_log: move logging stuff to seperate...
2008-01-28 Patrick McHardy[NETFILTER]: nf_nat: pass manip type instead of hook...
2008-01-28 Patrick McHardy[NETFILTER]: nf_nat: sprinkle a few __read_mostlys
2008-01-28 Patrick McHardy[NETFILTER]: nf_nat: mark NAT protocols const
2008-01-28 Patrick McHardy[NETFILTER]: nf_nat_proto_gre: add missing module reference
2008-01-28 Patrick McHardy[NETFILTER]: ctnetlink: use netlink attribute helpers
2008-01-28 Pablo Neira Ayuso[NETFILTER]: ctnetlink: add support for NAT sequence...
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: add compat support
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: resync get_entries() with...
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: move ARPT_SO_GET_INFO handling...
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: move counter allocation to...
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: move entry and target checks...
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: remove ipchains compat hack
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: use vmalloc_node()
2008-01-28 Patrick McHardy[NETFILTER]: arp_tables: remove obsolete standard_check...
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: remove ipchains compatibility...
2008-01-28 Patrick McHardy[NETFILTER]: {ip,ip6}_tables: fix format strings
2008-01-28 Patrick McHardy[NETFILTER]: {ip,ip6}_tables: reformat to eliminate...
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: move compat offset calculation...
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: fix compat types
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: account for struct ipt_entry...
2008-01-28 Patrick McHardy[NETFILTER]: x_tables: make xt_compat_match_from_user...
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: reformat compat code
2008-01-28 Patrick McHardy[NETFILTER]: ip_tables: kill useless wrapper
2008-01-28 Joe Perches[IPV4] net/ipv4: Use ipv4_is_<type>
2008-01-28 Pavel Emelyanov[IPV4]: Switch users of ipv4_devconf(_all) to use the...
2008-01-28 Pavel Emelyanov[IPV4]: Switch users of ipv4_devconf_dflt to use the...
2008-01-28 Pavel Emelyanov[IPV4]: Move the devinet pointers on the struct net
2008-01-28 Pavel Emelyanov[IPV4]: Store the net pointer on devinet's ctl tables
2008-01-28 Pavel Emelyanov[IPV4]: Pass the net pointer to the arp_req_set_proxy()
2008-01-28 Pavel Emelyanov[IPV4]: Make __devinet_sysctl_register return an error
2008-01-28 Herbert Xu[UDP]: Move udp_stats_in6 into net/ipv4/udp.c
2008-01-28 YOSHIFUJI Hideaki[IPVS]: Use htons() where appropriate.
2008-01-28 Denis V. Lunev[IPV4]: Thresholds in fib_trie.c are used as consts...
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...
next