Commit Graph

1673 Commits (2ca7b0ac022aa0158599178fe1056b1ba9ec8b97)

Author SHA1 Message Date
Herbert Xu 2ca7b0ac02 [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom 18 years ago
Herbert Xu af1e1cf073 [IPVS]: Replace local version of skb_make_writable 18 years ago
Herbert Xu 37d4187922 [NETFILTER]: Do not copy skb in skb_make_writable 18 years ago
Herbert Xu 776c729e8d [IPV4]: Change ip_defrag to return an integer 18 years ago
Herbert Xu 1706d58763 [IPV4]: Make ip_defrag return the same packet 18 years ago
Al Viro f53f4137ba fix endianness bug in inet_lro 18 years ago
Al Viro 9df7c98a0f inet_lro: trivial endianness annotations 18 years ago
Ilpo Järvinen b08d6cb22c [TCP]: Limit processing lost_retrans loop to work-to-do cases 18 years ago
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