Commit Graph

1767 Commits (b242e891c218162cfbae064b1a9136cdbed5ee53)

Author SHA1 Message Date
Ilpo Järvinen f785a8e28b [TCP]: Fix lost_retrans loop vs fastpath problems 18 years ago
Ilpo Järvinen 4cd829995b [TCP]: No need to re-count fackets_out/sacked_out at RTO 18 years ago
Ilpo Järvinen d193594299 [TCP]: Extract tcp_match_queue_to_sack from sacktag code 18 years ago
Ilpo Järvinen f6fb128d27 [TCP]: Kill almost unused variable pcount from sacktag 18 years ago
Ilpo Järvinen 3eec0047d9 [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L 18 years ago
Ilpo Järvinen 16e906812f [TCP]: Add bytes_acked (ABC) clearing to FRTO too 18 years ago
David S. Miller 28f7b0360f [NETLINK]: fib_frontend build fixes 18 years ago
Denis V. Lunev cd40b7d398 [NET]: make netlink user -> kernel interface synchronious 18 years ago
Stephen Hemminger 227b60f510 [INET]: local port range robustness 18 years ago
Herbert Xu 631a6698d0 [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c 18 years ago
Herbert Xu ceb1eec829 [IPSEC]: Move IP length/checksum setting out of transforms 18 years ago
Herbert Xu 87bdc48d30 [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr 18 years ago
Herbert Xu 37fedd3aab [IPSEC]: Use IPv6 calling convention as the convention for x->mode->output 18 years ago
Herbert Xu 7b277b1a5f [IPSEC]: Set skb->data to payload in x->mode->output 18 years ago
Herbert Xu 8bd1707504 [IPSEC] esp: Remove NAT-T checksum invalidation for BEET 18 years ago
Ilpo Järvinen 1c1e87edb9 [TCP]: Separate lost_retrans loop into own function 18 years ago
Pavel Emelyanov e2da591338 [NETFILTER]: Make netfilter code use the seq_open_private 18 years ago
Pavel Emelyanov cf7732e4cc [NET]: Make core networking code use seq_open_private 18 years ago
Herbert Xu b7c6538cd8 [IPSEC]: Move state lock into x->type->output 18 years ago
Herbert Xu 007f0211a8 [IPSEC]: Store IPv6 nh pointer in mac_header on output 18 years ago
Herbert Xu 436a0a4022 [IPSEC]: Move output replay code into xfrm_output 18 years ago
Herbert Xu 406ef77c89 [IPSEC]: Move common output code to xfrm_output 18 years ago
Herbert Xu bc31d3b2c7 [IPSEC] ah: Remove keys from ah_data structure 18 years ago
Herbert Xu 4b7137ff8f [IPSEC] esp: Remove keys from esp_data structure 18 years ago
Stephen Hemminger cfcabdcc2d [NET]: sparse warning fixes 18 years ago
Ilpo Järvinen de83c058af [TCP]: "Annotate" another fackets_out state reset 18 years ago
Ilpo Järvinen 29d0a309d1 [TCP]: Fix two off-by-one errors in fackets_out adjusting logic 18 years ago
Ilpo Järvinen 3de96471bd [TCP]: Wrap-safed reordering detection FRTO check 18 years ago
Ilpo Järvinen 0e835331e3 [TCP]: Update comment of SACK block validator 18 years ago
Ilpo Järvinen 95eacd27e2 [TCP]: fix comments that got messed up during code move 18 years ago
Ilpo Järvinen dc86967b54 [TCP]: No fackets_out/highest_sack tuning when SACK isn't enabled 18 years ago
Patrick McHardy f73e924cdd [NETFILTER]: ctnetlink: use netlink policy 18 years ago
Patrick McHardy fdf708322d [NETFILTER]: nfnetlink: rename functions containing 'nfattr' 18 years ago
Patrick McHardy df6fb868d6 [NETFILTER]: nfnetlink: convert to generic netlink attribute functions 18 years ago
Stephen Hemminger 3b04ddde02 [NET]: Move hardware header operations out of netdevice. 18 years ago
Stephen Hemminger b95cce3576 [NET]: Wrap hard_header_parse 18 years ago
Stephen Hemminger 0c4e85813d [NET]: Wrap netdevice hardware header creation. 18 years ago
Eric W. Biederman 2774c7aba6 [NET]: Make the loopback device per network namespace. 18 years ago
Eric W. Biederman 0cc217e16c [IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev 18 years ago
Eric W. Biederman 5967789dbc [IPV4]: Remove unnecessary test for the loopback device from inetdev_destroy 18 years ago
Ilpo Järvinen 912d8f0b1f [TCP] MIB: Count FRTO's successfully detected spurious RTOs 18 years ago
Ilpo Järvinen 93e6802029 [TCP]: Reordered ACK's (old) SACKs not included to discarded MIB 18 years ago
Ilpo Järvinen a6963a6b3d [TCP]: Re-place highest_sack check to a more robust position 18 years ago
Daniel Lezcano de3cb747ff [NET]: Dynamically allocate the loopback device, part 1. 18 years ago
Ilpo Järvinen b76892051c [TCP]: Avoid clearing sacktag hint in trivial situations 18 years ago
Ilpo Järvinen c96fd3d461 [TCP]: Enable SACK enhanced FRTO (RFC4138) by default 18 years ago
Ilpo Järvinen 009a2e3e4e [TCP] FRTO: Improve interoperability with other undo_marker users 18 years ago
Ilpo Järvinen 7c46a03e67 [TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queue 18 years ago
Ilpo Järvinen 13fcf850cc [TCP]: Move accounting from tso_acked to clean_rtx_queue 18 years ago
Ilpo Järvinen 5af4ec236f [TCP]: clear_all_retrans_hints prefixed by tcp_ 18 years ago