Commit Graph

1606 Commits (5612c0140ac58b51209a24c8fd6a92ceb472aabe)

Author SHA1 Message Date
Eric Dumazet 6aaf47fa48 [PATCH] INET : IPV4 UDP lookups converted to a 2 pass algo 18 years ago
Gerrit Renker 65bb723c95 [TCP]: Update references in two old comments 18 years ago
Sergey Vlasov 912a41a4ab [IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res) 18 years ago
Paul Moore 128c6b6cbf NetLabel: convert a BUG_ON in the CIPSO code to a runtime check 18 years ago
Paul Moore f998e8cb52 NetLabel: cleanup and document CIPSO constants 18 years ago
YOSHIFUJI Hideaki 5056a1ef9e [IPV4] IP_GRE: Unify code path to get hash array index. 18 years ago
YOSHIFUJI Hideaki 87d1a164df [IPV4] IPIP: Unify code path to get hash array index. 18 years ago
Herbert Xu 5e0f04351d [IPV4]: Consolidate common SNMP code 18 years ago
YOSHIFUJI Hideaki bb7ec6dfb5 [IPV4]: Fix build without procfs. 18 years ago
YOSHIFUJI Hideaki 84299b3bc4 [TCP]: Fix linkage errors on i386. 18 years ago
Stephen Hemminger 7752237e9f [TCP] TCP YEAH: Use vegas dont copy it. 18 years ago
Stephen Hemminger 164891aadf [TCP]: Congestion control API update. 18 years ago
Stephen Hemminger 65d1b4a7e7 [TCP]: TCP Illinois update. 18 years ago
Ilpo Järvinen 9e412ba763 [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) 18 years ago
Andi Kleen 4ac02bab77 [TCP]: Uninline tcp_done(). 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
Stephen Hemminger c462238d6a [TCP]: TCP Illinois congestion control (rev3) 18 years ago
YOSHIFUJI Hideaki 334901700f [IPV4] SNMP: Move some statistic bits to net/ipv4/proc.c. 18 years ago
John Heffner 628a5c5618 [INET]: Add IP(V6)_PMTUDISC_RPOBE 18 years ago
Patrick McHardy 6313c1e099 [RTNETLINK]: Remove unnecessary locking in dump callbacks 18 years ago
Patrick McHardy af65bdfce9 [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it 18 years ago
Patrick McHardy b076deb849 [NETFILTER]: ipt_ULOG: add compat conversion functions 18 years ago
Patrick McHardy 3b5018d676 [NETFILTER]: {eb,ip6,ip}t_LOG: remove remains of LOG target overloading 18 years ago
Patrick McHardy fe6092ea00 [NETFILTER]: nf_nat: use HW checksumming when possible 18 years ago
Herbert Xu 604763722c [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY 18 years ago
Herbert Xu 663ead3bb8 [NET]: Use csum_start offset instead of skb_transport_header 18 years ago
Patrick McHardy ac758e3c55 [XFRM]: beet: fix worst case header_len calculation 18 years ago
Patrick McHardy c5c2523893 [XFRM]: Optimize MTU calculation 18 years ago
Patrick McHardy 557922584d [XFRM]: esp: fix skb_tail_pointer conversion bug 18 years ago
Patrick McHardy ea2f10a3c8 [XFRM]: beet: minor cleanups 18 years ago
Arnaldo Carvalho de Melo 1a4e2d093f [SK_BUFF]: Some more conversions to skb_copy_from_linear_data 18 years ago
Arnaldo Carvalho de Melo 27d7ff46a3 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 18 years ago
Thomas Graf 4b19ca44cb [NET] fib_rules: delay route cache flush by ip_rt_min_delay 18 years ago
Arnaldo Carvalho de Melo d626f62b11 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} 18 years ago
Eric Dumazet 03d4f879b9 [IPV4]: align inet_protos[] on SMP 18 years ago
Eric Dumazet 4103f8cd5c [TCP]: tcp_memory_pressure and tcp_socket are__read_mostly candidates 18 years ago
Thomas Graf 73417f617a [NET] fib_rules: Flush route cache after rule modifications 18 years ago
Eric Dumazet be776281ae [NET]: inet_ehash_secret should be __read_mostly and set only once 18 years ago
Herbert Xu 35fc92a9de [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE 18 years ago
Janusz Krzysztofik 2d771cd86d [IPV4] LVS: Allow to send ICMP unreachable responses when real-servers are removed 18 years ago
Stephen Hemminger 85795d64ed [TCP] tcp_probe: improvements for net-2.6.22 18 years ago
Stephen Hemminger e1c3e7ab6d [TCP]: cubic update for net-2.6.22 18 years ago
John Heffner 9af3912ec9 [NET] Move DF check to ip_forward 18 years ago
David S. Miller b3da2cf37c [INET]: Use jhash + random secret for ehash. 18 years ago
Patrick McHardy e6f689db51 [NETFILTER]: Use setup_timer 18 years ago
Patrick McHardy 1b53d9042c [NETFILTER]: Remove changelogs and CVS IDs 18 years ago
Thomas Graf c702e8047f [NETLINK]: Directly return -EINTR from netlink_dump_start() 18 years ago
Thomas Graf ead592ba24 [IPv4] diag: Use netlink_run_queue() to process the receive queue 18 years ago
Thomas Graf 267281058c [TCP] westwood: Use type safe netlink interface 18 years ago
Thomas Graf e9195d677d [TCP] vegas: Use type safe netlink interface 18 years ago