Commit Graph

1867 Commits (f1267347353b586e1a89a7d02c142be975bae699)

Author SHA1 Message Date
Ilpo Järvinen 91fed7a15c [TCP]: Make fackets_out accurate 18 years ago
Ilpo Järvinen 0dde7b5404 [TCP]: Maintain highest_sack accurately to the highest skb 18 years ago
Rick Jones 5ee3afba88 [TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO. 18 years ago
David L Stevens 96793b4825 [IPV4]: Add ICMPMsgStats MIB (RFC 4293) 18 years ago
Denis Cheng c40f6fff40 [IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h instead 18 years ago
Herbert Xu 0cfad07555 [NETLINK]: Avoid pointer in netlink_run_queue 18 years ago
Denis V. Lunev 76c72d4f44 [IPV4/IPV6/DECNET]: Small cleanup for fib rules. 18 years ago
Paul Moore 63d804eade [CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functions 18 years ago
Ralf Baechle 10d024c1b2 [NET]: Nuke SET_MODULE_OWNER macro. 18 years ago
Eric Dumazet 39c90ece75 [IPV4]: Convert rt_check_expire() from softirq processing to workqueue. 18 years ago
Thomas Graf 8f4c1f9b04 [NETLINK]: Introduce nested and byteorder flag to netlink attribute 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman b4b510290b [NET]: Support multiple network namespaces with netlink 18 years ago
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe 18 years ago
Eric W. Biederman e730c15519 [NET]: Make packet reception network namespace safe 18 years ago
Eric W. Biederman 1b8d7ae42d [NET]: Make socket creation namespace safe. 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Ilpo Järvinen 172589ccdd [NET]: DIV_ROUND_UP cleanup (part two) 18 years ago
Masahide NAKAMURA 3b26a9a655 [IPV4] IPSEC: Omit redirect for tunnelled packet. 18 years ago
Stephen Hemminger 32c1da7081 [UDP]: Randomize port selection. 18 years ago
Ilpo Järvinen 356f89e12e [NET] Cleanup: DIV_ROUND_UP 18 years ago
Ilpo Järvinen 18f02545a9 [TCP] MIB: Add counters for discarded SACK blocks 18 years ago
Ilpo Järvinen 5b3c98821a [TCP]: Discard fuzzy SACK blocks 18 years ago
Ilpo Järvinen 6728e7dc3e [TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto 18 years ago
Ilpo Järvinen 6ff03ac355 [TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere) 18 years ago
Ilpo Järvinen e9144bd8da [TCP]: Remove unnecessary wrapper tcp_packets_out_dec 18 years ago
Stephen Hemminger ab66b4a7a3 [IPV4] fib_trie: macro cleanup 18 years ago
Stephen Hemminger 0680191642 [IPV4] fib_trie: cleanup 18 years ago
Ilpo Järvinen e60402d0a9 [TCP]: Move sack_ok access to obviously named funcs & cleanup 18 years ago
Ilpo Järvinen 1b6d427bb7 [TCP]: Reduce sacked_out with reno when purging write_queue 18 years ago
Ilpo Järvinen d02596e329 [TCP]: Keep state in Disorder also if only lost_out > 0 18 years ago
Ilpo Järvinen 86426c22d2 [TCP]: Restore over-zealous tcp_sync_left_out-like removals 18 years ago
Ilpo Järvinen 005903bc3a [TCP]: Left out sync->verify (the new meaning of it) & definify 18 years ago
Ilpo Järvinen 83ae40885f [TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines 18 years ago
Ilpo Järvinen b5860bbac7 [TCP]: Tighten tcp_sock's belt, drop left_out 18 years ago
Ilpo Järvinen 35e8694198 [TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_acked 18 years ago
Ilpo Järvinen af610b4ca1 [TCP]: Add tcp_dec_pcount_approx int variant 18 years ago
Ilpo Järvinen bdf1ee5d3b [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it 18 years ago
Ilpo Järvinen 539d243fdd [TCP]: Access to highest_sack obsoletes forward_cnt_hint 18 years ago
Ilpo Järvinen 9bff40fda0 [TCP] FRTO: remove unnecessary fackets/sacked_out recounting 18 years ago
Ilpo Järvinen 4ddf66769d [TCP]: Move Reno SACKed_out counter functions earlier 18 years ago
David S. Miller d06e021d71 [TCP]: Extract DSACK detection code from tcp_sacktag_write_queue(). 18 years ago
Ilpo Järvinen 19b2b48658 [TCP]: Rexmit hint must be cleared instead of setting it 18 years ago
Ilpo Järvinen d8f4f2235a [TCP]: Extracted rexmit hint clearing from the LOST marking code 18 years ago
Ilpo Järvinen d738cd8fca [TCP]: Add highest_sack seqno, points to globally highest SACK 18 years ago
Jan-Bernd Themann 71c87e0ced [NET]: Generic Large Receive Offload for TCP traffic 18 years ago
Ilpo Järvinen 48611c47d0 [TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKed 18 years ago
David S. Miller f8ab18d2d9 [TCP]: Fix MD5 signature handling on big-endian. 18 years ago
YOSHIFUJI Hideaki 2a0c6c980d [IPV4]: Just increment OutDatagrams once per a datagram. 18 years ago
Patrick McHardy 0a9c730144 [INET_DIAG]: Fix oops in netlink_rcv_skb 18 years ago