netns xfrm: ipcomp support
[safe/jmp/linux-2.6] / net / ipv4 / ip_output.c
2010-01-07 Octavian Purdilaip: fix mc_loop checks for tunnels with multicast outer...
2009-12-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-12-01 Patrick McHardyip_fragment: also adjust skb->truesize for packets...
2009-11-23 Joe Perchesnet/ipv4: Move && and || to end of previous line
2009-10-19 Eric Dumazetinet: rename some inet_sock fields
2009-10-01 Atis Elstsnet: Use sk_mark for routing lookup in more places
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-09-03 Eric Dumazetip: Report qdisc packet drops
2009-08-27 Julien TINNESipv4: make ip_append_data() handle NULL routing table
2009-07-12 Eric Dumazetnet: ip_push_pending_frames() fix
2009-06-11 Eric Dumazetnet: No more expensive sock_hold()/sock_put() on each tx
2009-06-09 David S. Milleripv4: Use frag list abstraction interfaces.
2009-06-03 Eric Dumazetnet: skb->dst accessors
2009-06-03 Eric Dumazetnet: skb->rtable accessor
2009-04-27 Neil Hormansnmp: add missing counters for RFC 4293
2009-02-16 Patrick Ohlyip: support for TX timestamps on UDP and RAW sockets
2008-11-25 Eric Dumazetnet: avoid a pair of dst_hold()/dst_release() in ip_pus...
2008-11-24 Eric Dumazetnet: avoid a pair of dst_hold()/dst_release() in ip_app...
2008-11-03 Jianjun Kongnet: clean up net/ipv4/ah4.c esp4.c fib_semantics.c...
2008-10-01 KOVACS Krisztianipv4: Make Netfilter's ip_route_me_harder() non-local...
2008-07-26 Ilpo Järvinennet: convert BUG_TRAP to generic WARN_ON
2008-07-17 Pavel Emelyanovmib: add net to IP_INC_STATS
2008-07-15 Pavel Emelyanovicmp: add struct net argument to icmp_out_count
2008-06-12 Adrian Bunknet: remove CVS keywords
2008-04-30 Kostya B[IPv4] UFO: prevent generation of chained skb destined...
2008-03-25 YOSHIFUJI Hideaki[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
2008-03-25 YOSHIFUJI Hideaki[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.
2008-03-24 Denis V. Lunev[NETNS]: Process IP layer in the context of the correct...
2008-03-06 Eric Dumazet[IPV4]: Add 'rtable' field in struct sk_buff to alias...
2008-02-01 Laszlo Attila Toth[NET]: Introducing socket mark socket option.
2008-02-01 Herbert Xu[INET]: Prevent out-of-sync truesize on ip_fragment...
2008-01-28 Denis V. Lunev[NETNS]: Add namespace for ICMP replying code.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_key.
2008-01-28 Denis V. Lunev[NETNS]: Add namespace parameter to ip_route_output_flow.
2008-01-28 Ilpo Järvinen[NET]: Remove obsolete comment
2008-01-28 Patrick McHardy[NETFILTER]: Introduce NF_INET_ hook values
2008-01-28 Herbert Xu[IPV4]: Add ip_local_out
2008-01-23 Herbert Xu[INET]: Fix truesize setting in ip_append_data
2008-01-23 David S. Miller[IPV4]: Add missing skb->truesize increment in ip_appen...
2007-11-07 Pavel Emelyanov[IPV4]: Consolidate the ip cork destruction in ip_output.c
2007-10-24 Chuck Lever[NET]: Treat the sign of the result of skb_headroom...
2007-10-15 Patrick McHardy[IPV4]: Uninline netfilter okfns
2007-10-10 Stephen Hemminger[NET]: Move hardware header operations out of netdevice.
2007-10-10 David L Stevens[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
2007-08-14 Jesper Juhl[IPV4]: Clean up duplicate includes in net/ipv4/
2007-07-11 Jozsef Kadlecsik[NETFILTER]: x_tables: add TRACE target
2007-07-11 Stephen Hemminger[NET]: IPV6 checksum offloading in network devices
2007-06-07 Patrick McHardy[TCP]: Honour sk_bound_dev_if in tcp_v4_send_ack
2007-04-30 Mitsuru Chinen[IPV4] SNMP: Support OutMcastPkts and OutBcastPkts
2007-04-26 John Heffner[INET]: Add IP(V6)_PMTUDISC_RPOBE
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
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 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: add nf_copy() to safely...
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_transport_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_reset_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_network_header
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]: Use skb_reset_network_header after skb_push
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Some more skb_put cases converted to skb_res...
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_reset_mac_header(skb)
2007-04-26 Stephen Hemminger[IPV4]: cleanup
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2007-01-26 David S. Miller[TCP]: Restore SKB socket owner setting in tcp_transmit...
2006-12-09 Stephen Hemminger[NET]: Convert hh_lock to seqlock.
2006-12-04 Al Viro[PATCH] severing skbuff.h -> highmem.h
2006-12-03 Al Viro[NET]: Annotate callers of csum_partial_copy_...()...
2006-12-03 Al Viro[NET]: Annotate csum_partial() callers in net/*
2006-12-03 Al Viro[NET]: Annotate callers of csum_fold() in net/*
2006-12-03 Al Viro[IPV6]: Assorted trivial endianness annotations.
2006-12-03 David S. Miller[TCP]: Don't set SKB owner in tcp_transmit_skb().
2006-12-03 Thomas Graf[NET]: Turn nfmark into generic mark
2006-09-29 Al Viro[IPV4]: struct ip_options annotations
2006-09-29 Al Viro[IPV4]: ip_build_and_send_pkt() annotations
2006-09-22 Stephen Hemminger[NETFILTER] bridge: simplify nf_bridge_pad
2006-09-22 Brian Haley[NET/IPV4/IPV6]: Change some sysctl variables to __read...
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-22 Venkat Yekkirala[MLSXFRM]: Add flow labeling
2006-08-31 Wei Dong[IPV4]: Fix SNMPv2 "ipFragFails" counter error
2006-08-14 Herbert Xu[INET]: Use pskb_trim_unique when trimming paged unique...
2006-08-02 Wei Dong[IPV6]: SNMPv2 "ipv6IfStatsOutFragCreates" counter...
2006-07-08 Herbert Xu[NET] gso: Add skb_is_gso
2006-06-30 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-06-30 Herbert Xu[IPV6]: Added GSO support for TCPv6
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-18 Herbert Xu[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM
2006-06-18 James Morris[SECMARK]: Add secmark support to core networking.
2006-04-14 Zach Brown[PATCH] ip_output: account for fraggap when checking...
2006-04-10 Patrick McHardy[NETFILTER]: Fix fragmentation issues with bridge netfilter
2006-03-22 Alexey Kuznetsov[TCP]: Do not use inet->id of global tcp_socket when...
2006-03-13 Patrick McHardy[IPV4/6]: Fix UFO error propagation
next