summaryrefslogtreecommitdiff
path: root/net/ipv4/raw.c
AgeCommit message (Expand)Author
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-08-07ipv4: route non-local sources for raw socketJulian Anastasov
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-01ipv4: Reduce switch/case indentJoe Perches
2011-05-24net: convert %p usage to %pKDan Rosenberg
2011-05-08ipv4: Pass flow key down into ip_append_*().David S. Miller
2011-05-08ipv4: Pass flow keys down into datagram packet building engine.David S. Miller
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-31ipv4: Use flowi4_init_output() in raw_sendmsg()David S. Miller
2011-03-28ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller
2011-03-12net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller
2011-03-12ipv4: Use flowi4 in public route lookup interfaces.David S. Miller
2011-03-12net: Make flowi ports AF dependent.David S. Miller
2011-03-12net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller
2011-03-01ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller
2011-03-01net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller
2011-03-01ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman
2010-11-17net: use the macros defined for the members of flowiChangli Gao
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
2010-06-10net-next: remove useless union keywordChangli Gao
2010-06-07raw: avoid two atomics in xmitEric Dumazet
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet
2010-04-20Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-25netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-29AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2)Neil Horman
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-10-14net: sk_drops consolidationEric Dumazet
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-02ip: Report qdisc packet dropsEric Dumazet
2009-06-18net: correct off-by-one write allocations reportsEric Dumazet
2009-06-03net: skb->dst accessorsEric Dumazet
2009-02-15ip: support for TX timestamps on UDP and RAW socketsPatrick Ohly
2008-11-24net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet
2008-11-03net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_po...Jianjun Kong
2008-07-16mib: add net to IP_INC_STATSPavel Emelyanov
2008-07-14icmp: add struct net argument to icmp_out_countPavel Emelyanov
2008-06-17udp: sk_drops handlingEric Dumazet
2008-06-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller