summaryrefslogtreecommitdiffstats
path: root/net/ipv4/raw.c
AgeCommit message (Expand)AuthorLines
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro-1/+1
2015-02-04ipv4: raw_send_hdrinc(): pass msghdrAl Viro-4/+3
2014-12-09put iov_iter into msghdrAl Viro-1/+2
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro-1/+1
2014-12-09raw.c: stick msghdr into raw_frag_vecAl Viro-4/+4
2014-11-10ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu-8/+54
2014-11-10ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu-39/+11
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller-1/+1
2014-07-23ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage-1/+4
2014-07-15net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn-0/+4
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet-1/+1
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa-1/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle-2/+2
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert-1/+1
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa-1/+1
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa-3/+1
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer-1/+1
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+3
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco-1/+3
2013-09-24net: raw: do not report ICMP redirects to user spaceDuan Jiong-1/+3
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2013-08-29ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark-1/+2
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-6/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng-1/+1
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-1/+3
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet-6/+8
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman-1/+3
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller-0/+2
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller-0/+3
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta-1/+1
2012-03-11net: Convert printks to pr_<level>Joe Perches-5/+2
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover-1/+2
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu-2/+5
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet-1/+2
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2011-08-07ipv4: route non-local sources for raw socketJulian Anastasov-1/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma-1/+1
2011-07-01ipv4: Reduce switch/case indentJoe Perches-18/+18
2011-05-24net: convert %p usage to %pKDan Rosenberg-1/+1
2011-05-08ipv4: Pass flow key down into ip_append_*().David S. Miller-1/+1
2011-05-08ipv4: Pass flow keys down into datagram packet building engine.David S. Miller-30/+29
2011-04-28inet: add RCU protection to inet->optEric Dumazet-4/+15
2011-04-22inet: constify ip headers and in6_addrEric Dumazet-5/+5
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-31ipv4: Use flowi4_init_output() in raw_sendmsg()David S. Miller-11/+7