summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
...
* net/ipv4: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-6/+3
* net/ipv4/ip_output.c: Removal of unused variable in ip_fragment()George Kadianakis2010-07-071-2/+1
* ipv4: use skb_dst_copy() in ip_copy_metadata()Eric Dumazet2010-07-051-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-231-3/+6
|\
| * udp: Fix bogus UFO packet generationHerbert Xu2010-06-211-3/+6
* | net-next: remove useless union keywordChangli Gao2010-06-101-30/+30
|/
* net: No dst refcounting in ip_queue_xmit()Eric Dumazet2010-05-171-2/+7
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-101-1/+1
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-211-1/+1
| |\
| | * ip: Fix ip_dev_loopback_xmit()Eric Dumazet2010-04-151-1/+1
* | | netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPP...Bart De Schuymer2010-04-201-0/+4
* | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-2/+3
|\ \ \ | |/ /
| * | net: replace ipfragok with skb->local_dfShan Wei2010-04-151-2/+2
| |/
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: xt_TEE: have cloned packet travel through Xtables tooJan Engelhardt2010-04-191-1/+0
* | netfilter: xtables: inclusion of xt_TEEJan Engelhardt2010-04-191-0/+1
* | netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-9/+9
|/
* ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila2010-01-061-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-1/+1
|\
| * ip_fragment: also adjust skb->truesize for packets not owned by a socketPatrick McHardy2009-12-011-1/+1
* | net/ipv4: Move && and || to end of previous lineJoe Perches2009-11-231-2/+4
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-181-7/+8
|/
* net: Use sk_mark for routing lookup in more placesAtis Elsts2009-10-011-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-021-1/+1
* | ipv4: make ip_append_data() handle NULL routing tableJulien TINNES2009-08-271-0/+2
|/
* net: ip_push_pending_frames() fixEric Dumazet2009-07-111-1/+0
* net: No more expensive sock_hold()/sock_put() on each txEric Dumazet2009-06-111-1/+0
* 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-151-0/+6
* net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()Eric Dumazet2008-11-241-1/+6
* net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet2008-11-241-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-251-1/+1
* mib: add net to IP_INC_STATSPavel Emelyanov2008-07-161-15/+15
* icmp: add struct net argument to icmp_out_countPavel Emelyanov2008-07-141-1/+2
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* [IPv4] UFO: prevent generation of chained skb destined to UFO deviceKostya B2008-04-291-15/+7
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6.YOSHIFUJI Hideaki2008-03-251-8/+6
* [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-051-5/+5
* [NET]: Introducing socket mark socket option.Laszlo Attila Toth2008-01-311-0/+3
* [INET]: Prevent out-of-sync truesize on ip_fragment slow pathHerbert Xu2008-01-311-1/+3
* [NETNS]: Add namespace for ICMP replying code.Denis V. Lunev2008-01-281-1/+1
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-281-1/+1
OpenPOWER on IntegriCloud