Intel FB: more interlaced mode support
[safe/jmp/linux-2.6] / net / ipv4 /
2007-10-15 Denis V. Lunev[INET]: kmalloc+memset -> kzalloc in frag_alloc_queue
2007-10-15 Pavel Emelyanov[INET]: Consolidate the xxx_put
2007-10-15 Pavel Emelyanov[INET]: Small cleanup for xxx_put after evictor consoli...
2007-10-15 Pavel Emelyanov[INET]: Consolidate the xxx_evictor
2007-10-15 Pavel Emelyanov[INET]: Consolidate the xxx_frag_destroy
2007-10-15 Pavel Emelyanov[INET]: Consolidate xxx_the secret_rebuild
2007-10-15 Pavel Emelyanov[INET]: Consolidate the xxx_frag_kill
2007-10-15 Pavel Emelyanov[INET]: Collect common frag sysctl variables together
2007-10-15 Pavel Emelyanov[INET]: Collect frag queues management objects together
2007-10-15 Pavel Emelyanov[INET]: Move common fields from frag_queues in one...
2007-10-15 Ilpo Järvinen[TCP]: high_seq parameter removed (all callers use...
2007-10-15 Patrick McHardy[IPV4]: Uninline netfilter okfns
2007-10-15 Herbert Xu[NETFILTER]: Replace sk_buff ** with sk_buff *
2007-10-15 Herbert Xu[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom
2007-10-15 Herbert Xu[IPVS]: Replace local version of skb_make_writable
2007-10-15 Herbert Xu[NETFILTER]: Do not copy skb in skb_make_writable
2007-10-15 Herbert Xu[IPV4]: Change ip_defrag to return an integer
2007-10-15 Herbert Xu[IPV4]: Make ip_defrag return the same packet
2007-10-14 Al Virofix endianness bug in inet_lro
2007-10-14 Al Viroinet_lro: trivial endianness annotations
2007-10-12 Ilpo Järvinen[TCP]: Limit processing lost_retrans loop to work-to...
2007-10-12 Ilpo Järvinen[TCP]: Fix lost_retrans loop vs fastpath problems
2007-10-12 Ilpo Järvinen[TCP]: No need to re-count fackets_out/sacked_out at RTO
2007-10-12 Ilpo Järvinen[TCP]: Extract tcp_match_queue_to_sack from sacktag...
2007-10-12 Ilpo Järvinen[TCP]: Kill almost unused variable pcount from sacktag
2007-10-12 Ilpo Järvinen[TCP]: Fix mark_head_lost to ignore R-bit when trying...
2007-10-12 Ilpo Järvinen[TCP]: Add bytes_acked (ABC) clearing to FRTO too
2007-10-11 David S. Miller[NETLINK]: fib_frontend build fixes
2007-10-11 Denis V. Lunev[NET]: make netlink user -> kernel interface synchronious
2007-10-11 Stephen Hemminger[INET]: local port range robustness
2007-10-10 Herbert Xu[IPSEC]: Move IP protocol setting from transforms into...
2007-10-10 Herbert Xu[IPSEC]: Move IP length/checksum setting out of transforms
2007-10-10 Herbert Xu[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr
2007-10-10 Herbert Xu[IPSEC]: Use IPv6 calling convention as the convention...
2007-10-10 Herbert Xu[IPSEC]: Set skb->data to payload in x->mode->output
2007-10-10 Herbert Xu[IPSEC] esp: Remove NAT-T checksum invalidation for...
2007-10-10 Ilpo Järvinen[TCP]: Separate lost_retrans loop into own function
2007-10-10 Pavel Emelyanov[NETFILTER]: Make netfilter code use the seq_open_private
2007-10-10 Pavel Emelyanov[NET]: Make core networking code use seq_open_private
2007-10-10 Herbert Xu[IPSEC]: Move state lock into x->type->output
2007-10-10 Herbert Xu[IPSEC]: Store IPv6 nh pointer in mac_header on output
2007-10-10 Herbert Xu[IPSEC]: Move output replay code into xfrm_output
2007-10-10 Herbert Xu[IPSEC]: Move common output code to xfrm_output
2007-10-10 Herbert Xu[IPSEC] ah: Remove keys from ah_data structure
2007-10-10 Herbert Xu[IPSEC] esp: Remove keys from esp_data structure
2007-10-10 Stephen Hemminger[NET]: sparse warning fixes
2007-10-10 Ilpo Järvinen[TCP]: "Annotate" another fackets_out state reset
2007-10-10 Ilpo Järvinen[TCP]: Fix two off-by-one errors in fackets_out adjusti...
2007-10-10 Ilpo Järvinen[TCP]: Wrap-safed reordering detection FRTO check
2007-10-10 Ilpo Järvinen[TCP]: Update comment of SACK block validator
2007-10-10 Ilpo Järvinen[TCP]: fix comments that got messed up during code...
2007-10-10 Ilpo Järvinen[TCP]: No fackets_out/highest_sack tuning when SACK...
2007-10-10 Patrick McHardy[NETFILTER]: ctnetlink: use netlink policy
2007-10-10 Patrick McHardy[NETFILTER]: nfnetlink: rename functions containing...
2007-10-10 Patrick McHardy[NETFILTER]: nfnetlink: convert to generic netlink...
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
2007-10-10 Stephen Hemminger[NET]: Wrap hard_header_parse
2007-10-10 Stephen Hemminger[NET]: Wrap netdevice hardware header creation.
2007-10-10 Eric W. Biederman[NET]: Make the loopback device per network namespace.
2007-10-10 Eric W. Biederman[IPV4]: When possible test for IFF_LOOPBACK and not...
2007-10-10 Eric W. Biederman[IPV4]: Remove unnecessary test for the loopback device...
2007-10-10 Ilpo Järvinen[TCP] MIB: Count FRTO's successfully detected spurious...
2007-10-10 Ilpo Järvinen[TCP]: Reordered ACK's (old) SACKs not included to...
2007-10-10 Ilpo Järvinen[TCP]: Re-place highest_sack check to a more robust...
2007-10-10 Daniel Lezcano[NET]: Dynamically allocate the loopback device, part 1.
2007-10-10 Ilpo Järvinen[TCP]: Avoid clearing sacktag hint in trivial situations
2007-10-10 Ilpo Järvinen[TCP]: Enable SACK enhanced FRTO (RFC4138) by default
2007-10-10 Ilpo Järvinen[TCP] FRTO: Improve interoperability with other undo_ma...
2007-10-10 Ilpo Järvinen[TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queue
2007-10-10 Ilpo Järvinen[TCP]: Move accounting from tso_acked to clean_rtx_queue
2007-10-10 Ilpo Järvinen[TCP]: clear_all_retrans_hints prefixed by tcp_
2007-10-10 Ilpo Järvinen[TCP]: Make fackets_out accurate
2007-10-10 Ilpo Järvinen[TCP]: Maintain highest_sack accurately to the highest skb
2007-10-10 Rick Jones[TCP]: Return useful listenq info in tcp_info and INET_...
2007-10-10 David L Stevens[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
2007-10-10 Denis Cheng[IPV4] af_inet.c: use ARRAY_SIZE macro from kernel...
2007-10-10 Herbert Xu[NETLINK]: Avoid pointer in netlink_run_queue
2007-10-10 Denis V. Lunev[IPV4/IPV6/DECNET]: Small cleanup for fib rules.
2007-10-10 Paul Moore[CIPSO]: remove duplicated code in the cipso_v4_*_getat...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Eric Dumazet[IPV4]: Convert rt_check_expire() from softirq processi...
2007-10-10 Thomas Graf[NETLINK]: Introduce nested and byteorder flag to netli...
2007-10-10 Eric W. Biederman[NET]: Make the device list and device lookups per...
2007-10-10 Eric W. Biederman[NET]: Support multiple network namespaces with netlink
2007-10-10 Eric W. Biederman[NET]: Make device event notification network namespace...
2007-10-10 Eric W. Biederman[NET]: Make packet reception network namespace safe
2007-10-10 Eric W. Biederman[NET]: Make socket creation namespace safe.
2007-10-10 Eric W. Biederman[NET]: Make /proc/net per network namespace
2007-10-10 Ilpo Järvinen[NET]: DIV_ROUND_UP cleanup (part two)
2007-10-10 Masahide NAKAMURA[IPV4] IPSEC: Omit redirect for tunnelled packet.
2007-10-10 Stephen Hemminger[UDP]: Randomize port selection.
2007-10-10 Ilpo Järvinen[NET] Cleanup: DIV_ROUND_UP
2007-10-10 Ilpo Järvinen[TCP] MIB: Add counters for discarded SACK blocks
2007-10-10 Ilpo Järvinen[TCP]: Discard fuzzy SACK blocks
2007-10-10 Ilpo Järvinen[TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto
2007-10-10 Ilpo Järvinen[TCP]: tcp_packets_out_inc to tcp_output.c (no callers...
2007-10-10 Ilpo Järvinen[TCP]: Remove unnecessary wrapper tcp_packets_out_dec
2007-10-10 Stephen Hemminger[IPV4] fib_trie: macro cleanup
2007-10-10 Stephen Hemminger[IPV4] fib_trie: cleanup
2007-10-10 Ilpo Järvinen[TCP]: Move sack_ok access to obviously named funcs...
next