summaryrefslogtreecommitdiff
path: root/net/ipv4/raw.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-02net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam1-5/+10
2017-05-15ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+3
2014-07-24ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage1-1/+4
2014-07-16net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn1-0/+4
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-1/+1
2014-02-20ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa1-1/+1
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+2
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert1-1/+1
2013-11-24inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa1-1/+1
2013-11-19inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa1-3/+1
2013-10-09net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer1-1/+1
2013-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-09-29ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco1-1/+3
2013-09-24net: raw: do not report ICMP redirects to user spaceDuan Jiong1-1/+3
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-08-29ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark1-1/+2
2013-08-16net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco1-1/+1
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-6/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+3
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet1-6/+8
2012-08-15userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman1-1/+3
2012-07-12ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller1-0/+2
2012-06-15ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-0/+3
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-1/+1
2012-03-12net: Convert printks to pr_<level>Joe Perches1-5/+2
2012-02-09ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover1-1/+2
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu1-2/+5
2011-11-10ipv4: PKTINFO doesnt need dst referenceEric Dumazet1-1/+2
2011-11-01net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-08-08ipv4: route non-local sources for raw socketJulian Anastasov1-1/+2
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-02ipv4: Reduce switch/case indentJoe Perches1-18/+18
2011-05-24net: convert %p usage to %pKDan Rosenberg1-1/+1
2011-05-09ipv4: Pass flow key down into ip_append_*().David S. Miller1-1/+1
2011-05-09ipv4: Pass flow keys down into datagram packet building engine.David S. Miller1-30/+29
2011-04-29inet: add RCU protection to inet->optEric Dumazet1-4/+15
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-5/+5
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-29ipv4: Don't ip_rt_put() an error pointer in RAW sockets.David S. Miller1-0/+1
2011-03-13net: Put fl4_* macros to struct flowi4 and use them again.David S. Miller1-2/+2
2011-03-13ipv4: Use flowi4 in public route lookup interfaces.David S. Miller1-15/+17
2011-03-13net: Make flowi ports AF dependent.David S. Miller1-2/+2
2011-03-13net: Put flowi_* prefix on AF independent members of struct flowiDavid S. Miller1-5/+5
2011-03-03ipv4: Make output route lookup return rtable directly.David S. Miller1-3/+5