bridge: simpler hash with salt
[powerpc.git] / net / ipv4 /
2007-04-26 Herbert Xu[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
2007-04-26 Herbert Xu[NET]: Use csum_start offset instead of skb_transport_h...
2007-04-26 Patrick McHardy[XFRM]: beet: fix worst case header_len calculation
2007-04-26 Patrick McHardy[XFRM]: Optimize MTU calculation
2007-04-26 Patrick McHardy[XFRM]: esp: fix skb_tail_pointer conversion bug
2007-04-26 Patrick McHardy[XFRM]: beet: minor cleanups
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more conversions to skb_copy_from_linea...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
2007-04-26 Thomas Graf[NET] fib_rules: delay route cache flush by ip_rt_min_delay
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Eric Dumazet[IPV4]: align inet_protos[] on SMP
2007-04-26 Eric Dumazet[TCP]: tcp_memory_pressure and tcp_socket are__read_mos...
2007-04-26 Thomas Graf[NET] fib_rules: Flush route cache after rule modifications
2007-04-26 Eric Dumazet[NET]: inet_ehash_secret should be __read_mostly and...
2007-04-26 Herbert Xu[NET]: Allow forwarding of ip_summed except CHECKSUM_CO...
2007-04-26 Janusz Krzysztofik[IPV4] LVS: Allow to send ICMP unreachable responses...
2007-04-26 Stephen Hemminger[TCP] tcp_probe: improvements for net-2.6.22
2007-04-26 Stephen Hemminger[TCP]: cubic update for net-2.6.22
2007-04-26 John Heffner[NET] Move DF check to ip_forward
2007-04-26 David S. Miller[INET]: Use jhash + random secret for ehash.
2007-04-26 Patrick McHardy[NETFILTER]: Use setup_timer
2007-04-26 Patrick McHardy[NETFILTER]: Remove changelogs and CVS IDs
2007-04-26 Thomas Graf[NETLINK]: Directly return -EINTR from netlink_dump_start()
2007-04-26 Thomas Graf[IPv4] diag: Use netlink_run_queue() to process the...
2007-04-26 Thomas Graf[TCP] westwood: Use type safe netlink interface
2007-04-26 Thomas Graf[TCP] vegas: Use type safe netlink interface
2007-04-26 Stephen Hemminger[TCP]: cubic optimization
2007-04-26 Thomas Graf[NET] rules: Unified rules dumping
2007-04-26 Thomas Graf[IPv4]: Use rtnl registration interface
2007-04-26 Arnaldo Carvalho... [NETLINK]: Use nlmsg_trim() where appropriate
2007-04-26 Arnaldo Carvalho... [NETLINK]: Introduce nlmsg_hdr() helper
2007-04-26 Robert Olsson[IPV4]: fib_trie root node settings
2007-04-26 Robert Olsson[IPV4]: fib_trie resize break
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Convert skb->tail to sk_buff_data_t
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use offsets for skb->{mac,network,transport...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: unions of just one member don't get anything...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header_len
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use the helpers to get the layer header...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more layer header conversions
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: More skb_put related skb_reset_transport_header
2007-04-26 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: add nf_copy() to safely...
2007-04-26 Patrick McHardy[NETFILTER]: Remove IPv4 only connection tracking/NAT
2007-04-26 David S. Miller[IPV4] xfrm4_mode_beet: Use skb_transport_header().
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: More skb_reset_transport_header conversions
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [TCP]: Introduce tcp_hdrlen() and tcp_optlen()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_transport_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [IPMR]: Fix bug introduced when converting to skb_netwo...
2007-04-26 Arnaldo Carvalho... [IP]: Introduce ip_hdrlen()
2007-04-26 Arnaldo Carvalho... [SK_BUFF] ipmr: Missed one conversion to skb_network_he...
2007-04-26 Stephen Hemminger[NET]: make seq_operations const
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_network_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF] ipmr: Another skb_push related conversion...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_offset()
2007-04-26 Arnaldo Carvalho... [SK_BUFF] xfrm4: use skb_reset_network_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header after skb_push
2007-04-26 Arnaldo Carvalho... [SK_BUFF] ipconfig: Another conversion to skb_reset_net...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more skb_put cases converted to skb_res...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more simple skb_reset_network_header...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header where the retur...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header where the skb_p...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Use skb_reset_network_header in skb_push...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_network_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Arnaldo Carvalho... [TCP]: Use skb_set_mac_header in tcp_collapse
2007-04-26 Arnaldo Carvalho... [TCP]: Do the layer header setting in tcp_collapse...
2007-04-26 Arnaldo Carvalho... [SK_BUFF] xfrm: Use skb_set_mac_header in the memmove...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_mac_header(skb)
2007-04-26 Arnaldo Carvalho... [UDP]: Use __skb_pull since we have checked it won...
2007-04-26 Stephen Hemminger[UDP]: deinline
2007-04-26 Stephen Hemminger[TCP]: whitespace cleanup
2007-04-26 Stephen Hemminger[IPV4]: cleanup
2007-04-26 Stephen Hemminger[UDP]: ipv4 whitespace cleanup
2007-04-26 Eric Dumazet[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps...
2007-04-26 David S. Miller[TCP]: Abstract out all write queue operations.
2007-04-26 YOSHIFUJI Hideaki[NET] IPV4: Use hton{s,l}() where appropriate.
2007-04-26 Herbert Xu[UDP]: Clean up UDP-Lite receive checksum
2007-04-26 Eric Dumazet[IPV4]: Optimize inet_getpeer()
2007-04-26 Stephen Hemminger[TCP] TCP Yeah: cleanup
2007-04-26 Stephen Hemminger[TCP] tcp_cubic: faster cube root
2007-04-26 Eric Dumazet[NET]: convert network timestamps to ktime_t
2007-04-26 Stephen Hemminger[NET]: div64_64 consolidate (rev3)
2007-04-26 James Morris[NET]: Convert xtime.tv_sec to get_seconds()
2007-04-26 Ilpo Järvinen[TCP]: FRTO undo response falls back to ratehalving...
2007-04-26 Ilpo Järvinen[TCP]: Complete icsk-to-local-variable change (in tcp_e...
2007-04-26 Ilpo Järvinen[TCP]: Add two new spurious RTO responses to FRTO
2007-04-26 Ilpo Järvinen[TCP]: Correct reordering detection change (no FRTO...
2007-04-26 Eric Dumazet[TCP]: Keep copied_seq, rcv_wup and rcv_next together.
2007-04-26 Ilpo Järvinen[TCP]: struct *sock argument renamed: sp -> sk
next