aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller2011-03-121-2/+2
* ipv4: Use flowi4 in public route lookup interfaces.David S. Miller2011-03-121-11/+11
* net: Make flowi ports AF dependent.David S. Miller2011-03-121-2/+2
* net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller2011-03-121-8/+10
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-20/+13
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-2/+4
* inet: Replace left-over references to inet->corkHerbert Xu2011-03-011-2/+2
* ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-011-1/+1
* ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-011-1/+1
* inet: Add ip_make_skb and ip_finish_skbHerbert Xu2011-03-011-14/+51
* inet: Remove explicit write references to sk/inet in ip_append_dataHerbert Xu2011-03-011-98/+140
* inet: Remove unused sk_sndmsg_* from UFOHerbert Xu2011-03-011-1/+0
* ipv4: Don't pre-seed hoplimit metric.David S. Miller2010-12-121-1/+2
* net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-121-1/+1
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-15/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-6/+13
|\
| * ip: fix truesize mismatch in ip fragmentationEric Dumazet2010-09-211-6/+13
* | ip: take care of last fragment in ip_append_dataEric Dumazet2010-09-241-3/+6
* | net: ip_append_data() optimEric Dumazet2010-08-241-4/+3
* | net: Rename skb_has_frags to skb_has_frag_listDavid S. Miller2010-08-231-1/+1
* | net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-3/+3
|/
* ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twiceChangli Gao2010-08-021-4/+2
* 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