aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-15net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern1-2/+6
2017-08-13net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern1-1/+2
2017-08-06Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni1-8/+1
2017-08-06ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni1-3/+4
2017-06-30do_ip_setsockopt(): don't open-code memdup_user()Al Viro1-14/+6
2017-04-30ipv4: get rid of ip_ra_lockWANG Cong1-10/+2
2017-04-17net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn1-5/+4
2017-04-17ipv4: fix a deadlock in ip_ra_controlWANG Cong1-0/+1
2017-02-21ip: fix IP_CHECKSUM handlingPaolo Abeni1-4/+4
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+8
2017-02-04ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2017-01-04scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu1-1/+1
2016-12-30net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern1-1/+6
2016-12-29net: fix incorrect original ingress device index in PKTINFOWei Zhang1-1/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-23inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn1-1/+1
2016-11-07net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni1-3/+3
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn1-0/+26
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet1-5/+6
2016-09-08ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet1-2/+5
2016-05-16sock: propagate __sock_cmsg_send() errorEric Dumazet1-2/+3
2016-05-11net: original ingress device index in PKTINFODavid Ahern1-1/+6
2016-04-25net: better drop monitoring in ip{6}_recv_error()Eric Dumazet1-5/+5
2016-04-13udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn1-1/+2
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa1-2/+2
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh1-1/+8
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov1-1/+4
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet1-0/+2
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov1-2/+3
2015-11-04ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong1-15/+30
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2015-06-24ip: report the original address of ICMP messagesJulian Anastasov1-1/+10
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet1-0/+7
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris1-1/+1
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-2/+2
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner1-6/+15
2015-03-18ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner1-6/+25
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn1-10/+23
2015-02-02net-timestamp: no-payload optionWillem de Bruijn1-3/+4
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn1-6/+2
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert1-1/+40
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert1-2/+3
2015-01-05ip: IP cmsg cleanupTom Herbert1-27/+37
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn1-2/+20
2014-12-08ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn1-0/+2
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1