summaryrefslogtreecommitdiff
path: root/net/ipv4/raw.c
AgeCommit message (Expand)Author
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2015-02-04ipv4: raw_send_hdrinc(): pass msghdrAl Viro
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro
2014-12-09raw.c: stick msghdr into raw_frag_vecAl Viro
2014-11-10ipv4: Avoid reading user iov twice after raw_probe_proto_optHerbert Xu
2014-11-10ipv4: Use standard iovec primitive in raw_probe_proto_optHerbert Xu
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-07-23ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage
2014-07-15net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-28ipv4: processing ancillary IP_TOS or IP_TTLFrancesco Fusco
2013-09-24net: raw: do not report ICMP redirects to user spaceDuan Jiong
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-29ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark
2013-08-15net: proc_fs: trivial: print UIDs as unsigned intFrancesco Fusco
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-21ipv4: Add a socket release callback for datagram socketsSteffen Klassert
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-22ipv4: raw: fix icmp_filter()Eric Dumazet
2012-08-14userns: Print out socket uids in a user namespace aware fashion.Eric W. Biederman
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta
2012-03-11net: Convert printks to pr_<level>Joe Perches
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