aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/raw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu1-2/+5
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet1-1/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-07ipv4: route non-local sources for raw socketJulian Anastasov1-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-01ipv4: Reduce switch/case indentJoe Perches1-18/+18
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-05-08ipv4: Pass flow key down into ip_append_*().David S. Miller1-1/+1
2011-05-08ipv4: Pass flow keys down into datagram packet building engine.David S. Miller1-30/+29
2011-04-28inet: add RCU protection to inet->optEric Dumazet1-4/+15
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-5/+5
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-31ipv4: Use flowi4_init_output() in raw_sendmsg()David S. Miller1-11/+7
2011-03-28ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller1-0/+1
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-2/+2
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-15/+17
2011-03-12net: Make flowi ports AF dependent.David S. Miller1-2/+2
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-5/+5
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+5
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-1/+1
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller1-1/+2
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-1/+1
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman1-0/+19
2010-11-17net: use the macros defined for the members of flowiChangli Gao1-4/+3
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-1/+1
2010-06-10net-next: remove useless union keywordChangli Gao1-8/+8
2010-06-07raw: avoid two atomics in xmitEric Dumazet1-3/+5
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+1
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet1-1/+1
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-25netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt1-2/+2
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+17
2009-10-29AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2)Neil Horman1-7/+17
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-15/+15
2009-10-14net: sk_drops consolidationEric Dumazet1-1/+0
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-3/+3
2009-09-02ip: Report qdisc packet dropsEric Dumazet1-2/+7
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet1-3/+4
2009-06-03net: skb->dst accessorsEric Dumazet1-1/+1
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly1-0/+1
2008-11-24net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet1-1/+1
2008-11-03net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.cJianjun Kong1-4/+4
2008-07-16mib: add net to IP_INC_STATSPavel Emelyanov1-1/+1
2008-07-14icmp: add struct net argument to icmp_out_countPavel Emelyanov1-1/+2
2008-06-17udp: sk_drops handlingEric Dumazet1-1/+1
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-06-16raw: Restore /proc/net/raw correct behaviorEric Dumazet1-1/+1