summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-021-1/+1
|\
| * ip_fragment: also adjust skb->truesize for packets not owned by a socketPatrick McHardy2009-12-021-1/+1
* | net/ipv4: Move && and || to end of previous lineJoe Perches2009-11-231-2/+4
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-191-7/+8
|/
* net: Use sk_mark for routing lookup in more placesAtis Elsts2009-10-021-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-1/+1
|\
| * ip: Report qdisc packet dropsEric Dumazet2009-09-031-1/+1
* | ipv4: make ip_append_data() handle NULL routing tableJulien TINNES2009-08-271-0/+2
|/
* net: ip_push_pending_frames() fixEric Dumazet2009-07-121-1/+0Star
* net: No more expensive sock_hold()/sock_put() on each txEric Dumazet2009-06-111-1/+0Star
* ipv4: Use frag list abstraction interfaces.David S. Miller2009-06-091-3/+3
* net: skb->dst accessorsEric Dumazet2009-06-031-10/+10
* net: skb->rtable accessorEric Dumazet2009-06-031-5/+5
* snmp: add missing counters for RFC 4293Neil Horman2009-04-271-6/+6
* ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly2009-02-161-0/+6
* net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()Eric Dumazet2008-11-251-1/+6
* net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet2008-11-251-3/+8
* net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c in...Jianjun Kong2008-11-031-3/+3
* ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-011-1/+3
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-1/+1
* mib: add net to IP_INC_STATSPavel Emelyanov2008-07-171-15/+15
* icmp: add struct net argument to icmp_out_countPavel Emelyanov2008-07-151-1/+2
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* [IPv4] UFO: prevent generation of chained skb destined to UFO deviceKostya B2008-04-301-15/+7Star
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-2/+2
* [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki2008-03-251-8/+6Star
* [NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev2008-03-241-1/+1
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-061-5/+5
* [NET]: Introducing socket mark socket option.Laszlo Attila Toth2008-02-011-0/+3
* [INET]: Prevent out-of-sync truesize on ip_fragment slow pathHerbert Xu2008-02-011-1/+3
* [NETNS]: Add namespace for ICMP replying code.Denis V. Lunev2008-01-291-1/+1
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-291-1/+1
* [NETNS]: Add namespace parameter to ip_route_output_flow.Denis V. Lunev2008-01-291-1/+1
* [NET]: Remove obsolete commentIlpo Järvinen2008-01-291-2/+0Star
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-6/+6
* [IPV4]: Add ip_local_outHerbert Xu2008-01-281-14/+25
* [INET]: Fix truesize setting in ip_append_dataHerbert Xu2008-01-231-2/+2
* [IPV4]: Add missing skb->truesize increment in ip_append_page().David S. Miller2008-01-231-0/+2
* [IPV4]: Consolidate the ip cork destruction in ip_output.cPavel Emelyanov2007-11-071-15/+13Star
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-241-1/+1
* [IPV4]: Uninline netfilter okfnsPatrick McHardy2007-10-151-1/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-1/+1
* [IPV4]: Add ICMPMsgStats MIB (RFC 4293)David L Stevens2007-10-111-0/+4
* [IPV4]: Clean up duplicate includes in net/ipv4/Jesper Juhl2007-08-141-1/+0Star
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-111-0/+4
* [NET]: IPV6 checksum offloading in network devicesStephen Hemminger2007-07-111-1/+1
* [TCP]: Honour sk_bound_dev_if in tcp_v4_send_ackPatrick McHardy2007-06-071-1/+3
* [IPV4] SNMP: Support OutMcastPkts and OutBcastPktsMitsuru Chinen2007-04-301-0/+6
* [INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2007-04-261-5/+15
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+1