Commit Graph

1378 Commits (cb8c181f288a1157bc717cc7a02412d4d1dc19bc)

Author SHA1 Message Date
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
Stephen Hemminger 7e58886b45 [TCP]: cubic optimization 18 years ago
Thomas Graf c454673da7 [NET] rules: Unified rules dumping 18 years ago
Thomas Graf 63f3444fb9 [IPv4]: Use rtnl registration interface 18 years ago
Arnaldo Carvalho de Melo dc5fc579b9 [NETLINK]: Use nlmsg_trim() where appropriate 18 years ago
Arnaldo Carvalho de Melo b529ccf279 [NETLINK]: Introduce nlmsg_hdr() helper 18 years ago
Robert Olsson 965ffea43d [IPV4]: fib_trie root node settings 18 years ago
Robert Olsson 05eee48c5a [IPV4]: fib_trie resize break 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 18 years ago
Arnaldo Carvalho de Melo 2e07fa9cd3 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures 18 years ago
Arnaldo Carvalho de Melo b0e380b1d8 [SK_BUFF]: unions of just one member don't get anything done, kill them 18 years ago
Arnaldo Carvalho de Melo cfe1fc7759 [SK_BUFF]: Introduce skb_network_header_len 18 years ago
Arnaldo Carvalho de Melo bff9b61ce3 [SK_BUFF]: Use the helpers to get the layer header pointer 18 years ago
Arnaldo Carvalho de Melo ddc7b8e32b [SK_BUFF]: Some more layer header conversions 18 years ago
Arnaldo Carvalho de Melo d10ba34b00 [SK_BUFF]: More skb_put related skb_reset_transport_header 18 years ago
Yasuyuki Kozakai e7ac05f340 [NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skb 18 years ago
Patrick McHardy 587aa64163 [NETFILTER]: Remove IPv4 only connection tracking/NAT 18 years ago
David S. Miller 239254fedc [IPV4] xfrm4_mode_beet: Use skb_transport_header(). 18 years ago
Arnaldo Carvalho de Melo 9c70220b73 [SK_BUFF]: Introduce skb_transport_header(skb) 18 years ago
Arnaldo Carvalho de Melo bd82393ca2 [SK_BUFF]: More skb_reset_transport_header conversions 18 years ago
Arnaldo Carvalho de Melo b0061ce49c [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph 18 years ago
Arnaldo Carvalho de Melo aa8223c7bb [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th 18 years ago
Arnaldo Carvalho de Melo ab6a5bb6b2 [TCP]: Introduce tcp_hdrlen() and tcp_optlen() 18 years ago
Arnaldo Carvalho de Melo 88c7664f13 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph 18 years ago
Arnaldo Carvalho de Melo 4bedb45203 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh 18 years ago