summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fix ip header ident selection in __ip_make_skb()Eric Dumazet2012-08-211-1/+1
* ipv4: fix ip_send_skb()Eric Dumazet2012-08-101-3/+2Star
* ipv4: tcp: unicast_sock should not land outside of TCP stackEric Dumazet2012-08-101-0/+1
* ip: fix error handling in ip_finish_output2()Vasiliy Kulikov2012-08-061-1/+1
* Merge branch 'kill_rtcache'David S. Miller2012-07-231-1/+1
|\
| * ipv4: Adjust semantics of rt->rt_gateway.David S. Miller2012-07-201-1/+1
* | ipv4: tcp: set unicast_sock uc_ttl to -1Eric Dumazet2012-07-221-1/+2
|/
* ipv4: tcp: remove per net tcp_sockEric Dumazet2012-07-191-18/+32
* net: Do delayed neigh confirmation.David S. Miller2012-07-051-1/+1
* ipv4: Make neigh lookups directly in output packet path.David S. Miller2012-07-051-4/+8
* ipv4: Show that ip_send_reply() is purely unicast routine.David S. Miller2012-06-281-4/+5
* net-next: add dev_loopback_xmit() to avoid duplicate codeMichel Machado2012-06-131-15/+2Star
* net: use consume_skb() in place of kfree_skb()Eric Dumazet2012-06-041-2/+2
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* ipv4: use a 64bit load/store in output pathEric Dumazet2011-12-011-4/+17
* ipv4: tcp: fix TOS value in ACK messages sent from TIME_WAITEric Dumazet2011-10-241-3/+3
* net: add skb frag size accessorsEric Dumazet2011-10-191-3/+3
* net: ipv4: convert to SKB frag APIsIan Campbell2011-08-251-3/+4
* ipv4: use dst with ref during bcast/mcast loopbackJulian Anastasov2011-08-081-0/+1
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2011-08-031-2/+8
* ipv4: Constrain UFO fragment sizes to multiples of 8 bytesBill Sommerfeld2011-07-221-3/+3
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-1/+1
* net: Create and use new helper, neigh_output().David S. Miller2011-07-171-7/+3Star
* ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller2011-07-161-1/+1
* net: Embed hh_cache inside of struct neighbour.David S. Miller2011-07-141-5/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-061-11/+8Star
|\
| * ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert2011-07-021-1/+1
| * ipv4: Fix IPsec slowpath fragmentation problemSteffen Klassert2011-06-281-5/+5
| * ipv4: Fix packet size calculation in __ip_append_dataSteffen Klassert2011-06-281-5/+2Star
* | ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-1/+1
|/
* ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_dataSteffen Klassert2011-06-091-3/+3
* ipv4: Always call ip_options_build() after rest of IP header is filled in.David S. Miller2011-05-131-4/+5
* ipv4: Pass explicit daddr arg to ip_send_reply().David S. Miller2011-05-101-4/+3Star
* ipv4: Pass flow key down into ip_append_*().David S. Miller2011-05-091-8/+10
* ipv4: Pass flow keys down into datagram packet building engine.David S. Miller2011-05-091-20/+19Star
* ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit().David S. Miller2011-05-091-4/+4
* inet: Pass flowi to ->queue_xmit().David S. Miller2011-05-091-2/+2
* ipv4: Use cork flow in ip_queue_xmit()David S. Miller2011-05-081-2/+3
* ipv4: Initialize cork->opt using NULL not 0.David S. Miller2011-05-071-1/+1
* ipv4: Initialize on-stack cork more efficiently.David S. Miller2011-05-071-1/+4
* inet: Decrease overhead of on-stack inet_cork.David S. Miller2011-05-071-10/+12
* ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in.David S. Miller2011-05-041-2/+2
* ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-041-1/+2
* inet: add RCU protection to inet->optEric Dumazet2011-04-281-23/+21Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | ipv4: Use flowi4_init_output() in ip_send_reply()David S. Miller2011-03-311-10/+8Star
|/
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-131-2/+2