Commit Graph

1811 Commits (a3940da5e6fe8b833eecdbca3fac9456b4204d6e)

Author SHA1 Message Date
Jean Delvare 305e1e9691 [INET]: Let inet_diag and friends autoload 18 years ago
Matt LaPlante 01dd2fbf0d typo fixes 18 years ago
Pavel Emelyanov 6651fd561b Use task_pid_nr() in ip_vs_sync.c 18 years ago
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
Jiri Slaby 1977f03272 remove asm/bitops.h includes 18 years ago
Anton Arapov a25de534f8 [INET]: Justification for local port range robustness. 18 years ago
Eric W. Biederman 064b5bba0c sysctl: remove broken netfilter binary sysctls 18 years ago
Eric W. Biederman 49641b58a7 sysctl: ipv4 remove binary sysctl paths where they are broken 18 years ago
Ilpo Järvinen df2e014bfb [TCP]: Remove lost_retrans zero seqno special cases 18 years ago
David Howells 45542479fb [NET]: Fix uninitialised variable in ip_frag_reasm() 18 years ago
Herbert Xu 13996378e6 [IPSEC]: Rename mode to outer_mode and add inner_mode 18 years ago
Herbert Xu ed3e37ddb0 [IPSEC]: Use the top IPv4 route's peer instead of the bottom 18 years ago
Herbert Xu 17c2a42a24 [IPSEC]: Store afinfo pointer in xfrm_mode 18 years ago
Herbert Xu 1bfcb10f67 [IPSEC]: Add missing BEET checks 18 years ago
Herbert Xu c4541b41c0 [IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_input 18 years ago
Herbert Xu 04663d0b8b [IPSEC]: Fix pure tunnel modes involving IPv6 18 years ago
Pavel Emelyanov c95477090a [INET]: Consolidate frag queues freeing 18 years ago
Pavel Emelyanov 48d6005638 [INET]: Remove no longer needed ->equal callback 18 years ago
Pavel Emelyanov abd6523d15 [INET]: Consolidate xxx_find() in fragment management 18 years ago
Pavel Emelyanov c6fda28229 [INET]: Consolidate xxx_frag_create() 18 years ago
Pavel Emelyanov e521db9d79 [INET]: Consolidate xxx_frag_alloc() 18 years ago
Pavel Emelyanov 2588fe1d78 [INET]: Consolidate xxx_frag_intern 18 years ago
Pavel Emelyanov fd9e63544c [INET]: Omit double hash calculations in xxx_frag_intern 18 years ago
Denis V. Lunev f1673ca52c [INET]: kmalloc+memset -> kzalloc in frag_alloc_queue 18 years ago
Pavel Emelyanov 762cc40801 [INET]: Consolidate the xxx_put 18 years ago
Pavel Emelyanov 4b6cb5d8e3 [INET]: Small cleanup for xxx_put after evictor consolidation 18 years ago
Pavel Emelyanov 8e7999c44e [INET]: Consolidate the xxx_evictor 18 years ago
Pavel Emelyanov 1e4b82873a [INET]: Consolidate the xxx_frag_destroy 18 years ago
Pavel Emelyanov 321a3a99e4 [INET]: Consolidate xxx_the secret_rebuild 18 years ago
Pavel Emelyanov 277e650ddf [INET]: Consolidate the xxx_frag_kill 18 years ago
Pavel Emelyanov 04128f233f [INET]: Collect common frag sysctl variables together 18 years ago
Pavel Emelyanov 7eb95156d9 [INET]: Collect frag queues management objects together 18 years ago
Pavel Emelyanov 5ab11c98d3 [INET]: Move common fields from frag_queues in one place. 18 years ago
Ilpo Järvinen f885c5b08e [TCP]: high_seq parameter removed (all callers use tp->high_seq) 18 years ago
Patrick McHardy 861d048607 [IPV4]: Uninline netfilter okfns 18 years ago
Herbert Xu 3db05fea51 [NETFILTER]: Replace sk_buff ** with sk_buff * 18 years ago
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