[MAC80211]: improve radiotap injection
[safe/jmp/linux-2.6] / net / ipv4 /
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...
2007-10-10 Ilpo Järvinen[TCP]: Reduce sacked_out with reno when purging write_queue
2007-10-10 Ilpo Järvinen[TCP]: Keep state in Disorder also if only lost_out > 0
2007-10-10 Ilpo Järvinen[TCP]: Restore over-zealous tcp_sync_left_out-like...
2007-10-10 Ilpo Järvinen[TCP]: Left out sync->verify (the new meaning of it...
2007-10-10 Ilpo Järvinen[TCP]: Add tcp_left_out(tp) "back" to get cleaner looki...
2007-10-10 Ilpo Järvinen[TCP]: Tighten tcp_sock's belt, drop left_out
2007-10-10 Ilpo Järvinen[TCP]: Remove num_acked>0 checks from cong.ctrl mods...
2007-10-10 Ilpo Järvinen[TCP]: Add tcp_dec_pcount_approx int variant
2007-10-10 Ilpo Järvinen[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h...
2007-10-10 Ilpo Järvinen[TCP]: Access to highest_sack obsoletes forward_cnt_hint
2007-10-10 Ilpo Järvinen[TCP] FRTO: remove unnecessary fackets/sacked_out recou...
2007-10-10 Ilpo Järvinen[TCP]: Move Reno SACKed_out counter functions earlier
2007-10-10 David S. Miller[TCP]: Extract DSACK detection code from tcp_sacktag_wr...
2007-10-10 Ilpo Järvinen[TCP]: Rexmit hint must be cleared instead of setting it
2007-10-10 Ilpo Järvinen[TCP]: Extracted rexmit hint clearing from the LOST...
2007-10-10 Ilpo Järvinen[TCP]: Add highest_sack seqno, points to globally highe...
2007-10-10 Jan-Bernd Themann[NET]: Generic Large Receive Offload for TCP traffic
2007-10-08 Ilpo Järvinen[TCP]: Fix fastpath_cnt_hint when GSO skb is partially...
2007-09-28 David S. Miller[TCP]: Fix MD5 signature handling on big-endian.
2007-09-15 YOSHIFUJI Hideaki[IPV4]: Just increment OutDatagrams once per a datagram.
2007-09-11 Patrick McHardy[INET_DIAG]: Fix oops in netlink_rcv_skb
2007-09-11 Neil Horman[NETFILTER]: Fix/improve deadlock condition on module...
2007-09-11 Patrick McHardy[NETFILTER]: nf_conntrack_ipv4: fix "Frag of proto...
2007-09-11 Stephen Hemminger[IPV4] devinet: show all addresses assigned to interface
2007-08-31 David S. Miller[TCP]: 'dst' can be NULL in tcp_rto_min()
2007-08-31 David S. Miller[TCP]: Allow minimum RTO to be configurable via routing...
2007-08-27 David S. Miller[TCP]: Describe tcp_init_cwnd() thoroughly in a comment.
2007-08-27 Flavio Leitner[NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connec...
2007-08-27 Nick Bowler[IPSEC] AH4: Update IPv4 options handling to conform...
2007-08-14 Patrick McHardy[NETFILTER]: nf_nat_sip: don't drop short packets
2007-08-14 Heiko Carstens[IPVS]: Use IP_VS_WAIT_WHILE when encessary.
2007-08-14 Jesper Juhl[IPV4]: Clean up duplicate includes in net/ipv4/
2007-08-14 Joakim Tjernlund[IPCONFIG]: ip_auto_config fix
2007-08-08 Stephen Hemminger[TCP]: H-TCP maxRTT estimation at startup
2007-08-08 Patrick McHardy[NETFILTER]: nf_nat: add symbolic dependency on IPv4...
2007-08-08 Jesper Juhl[NETFILTER]: ipt_recent: avoid a possible NULL pointer...
2007-08-03 Ilpo Järvinen[TCP]: DSACK signals data receival, be conservative
2007-08-03 Ilpo Järvinen[TCP]: Also handle snd_una changes in tcp_cwnd_down
2007-08-03 David S. Miller[TCP]: Invoke tcp_sendmsg() directly, do not use inet_s...
2007-08-03 Mariusz Kozlowski[IPV4] route.c: mostly kmalloc + memset conversion...
2007-08-03 Mariusz Kozlowski[IPV4] raw.c: kmalloc + memset conversion to kzalloc
2007-08-03 Mariusz Kozlowski[NETFILTER] nf_conntrack_l3proto_ipv4_compat.c: kmalloc...
2007-07-31 Mariusz Kozlowski[IPV4] ip_options.c: kmalloc + memset conversion to...
2007-07-31 Ilpo Järvinen[TCP]: Bidir flow must not disregard SACK blocks for...
2007-07-31 Ilpo Järvinen[TCP]: Fix ratehalving with bidirectional flows
2007-07-31 Herbert Xu[IPV4/IPV6]: Fail registration if inet device construct...
2007-07-31 Herbert Xu[IPVS]: Use skb_forward_csum
2007-07-31 Stephen Hemminger[TCP]: htcp - use measured rtt
next