summaryrefslogtreecommitdiff
path: root/net/ipv4/raw.c
AgeCommit message (Expand)Author
2020-05-02net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange
2019-07-10ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-05-16ipv4: Fix raw socket lookup for local trafficDavid Ahern
2018-01-02net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam
2017-05-14ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2016-03-03ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-01-04net: Propagate lookup failure in l3mdev_get_saddr to callerDavid Ahern
2015-11-16raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox
2015-10-08net: Pass net into dst_output and remove dst_output_okfnEric W. Biederman
2015-10-07net: Add l3mdev saddr lookup to raw_sendmsgDavid Ahern
2015-09-17netfilter: Pass net into okfnEric W. Biederman
2015-09-17netfilter: Pass struct net into the netfilter hooksEric W. Biederman
2015-09-17net: Merge dst_output and dst_output_skEric W. Biederman
2015-04-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-04-09Merge branch 'iocb' into for-davemAl Viro
2015-04-07netfilter: Pass socket pointer down through okfn().David Miller
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-25fs: move struct kiocb to fs.hChristoph Hellwig
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
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