[SCTP]: Implement SCTP-AUTH initializations.
[safe/jmp/linux-2.6] / net / ipv4 /
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
2007-07-31 Stephen Hemminger[TCP]: cubic - eliminate use of receive time stamp
2007-07-31 Stephen Hemminger[TCP]: congestion control API pass RTT in microseconds
2007-07-26 Al Vironetfilter endian regressions
2007-07-24 Patrick McHardy[NETFILTER]: Fix logging regression
2007-07-21 Patrick McHardy[IPV4]: Fix inetpeer gcc-4.2 warnings
2007-07-20 Paul Mundtmm: Remove slab destructors from kmem_cache_create().
2007-07-19 Al Viromissed cong_avoid() instance
2007-07-19 Linus TorvaldsMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2007-07-19 Yoann Padioleausome kmalloc/memset ->kzalloc (tree wide)
2007-07-19 Michael Ellermanjprobes: remove JPROBE_ENTRY()
2007-07-19 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-07-18 Stephen Hemminger[TCP]: remove unused argument to cong_avoid op
2007-07-15 Ilpo Järvinen[TCP]: Verify the presence of RETRANS bit when leaving...
2007-07-15 Jean Delvare[IPV4]: Cleanup call to __neigh_lookup()
2007-07-15 Patrick McHardy[NETFILTER]: nf_conntrack: mark protocols __read_mostly
2007-07-15 Patrick McHardy[NETFILTER]: Lower *tables printk severity
2007-07-15 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: Don't track locally generate...
2007-07-15 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr...
2007-07-15 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: make l3proto->prepare()...
2007-07-15 Adrian Bunk[INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_...
2007-07-15 Stephen Hemminger[TCP]: tcp probe add back ssthresh field
2007-07-13 Linus TorvaldsMerge branch 'ioat-md-accel-for-linus' of git://lost...
2007-07-12 Stephen Hemminger[TCP]: tcp probe wraparound handling and other changes
2007-07-11 Andrew MortonI/OAT: warning fix
2007-07-11 Chris LeechI/OAT: Only offload copies for TCP when there will...
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
next