summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-211-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-071-1/+8
|\
| * ipv4: keep skb->dst around in presence of IP optionsEric Dumazet2017-02-041-1/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-051-1/+7
|\|
| * net: fix incorrect original ingress device index in PKTINFOWei Zhang2016-12-291-1/+7
* | scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-041-1/+1
* | net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2016-12-301-1/+6
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn2016-12-231-1/+1
* net/sock: add an explicit sk argument for ip_cmsg_recv_offset()Paolo Abeni2016-11-071-3/+3
* ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn2016-11-031-0/+26
* udp: fix IP_CHECKSUM handlingEric Dumazet2016-10-261-5/+6
* ipv4: accept u8 in IP_TOS ancillary dataEric Dumazet2016-09-081-2/+5
* sock: propagate __sock_cmsg_send() errorEric Dumazet2016-05-161-2/+3
* net: original ingress device index in PKTINFODavid Ahern2016-05-111-1/+6
* net: better drop monitoring in ip{6}_recv_error()Eric Dumazet2016-04-251-5/+5
* udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn2016-04-131-1/+2
* net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa2016-04-071-2/+2
* ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh2016-04-041-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+2
|\
| * ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet2016-02-131-0/+2
* | ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-161-1/+4
* | igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov2016-02-111-2/+3
|/
* ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2015-11-041-15/+30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-1/+10
|\
| * ip: report the original address of ICMP messagesJulian Anastasov2015-06-241-1/+10
* | inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet2015-06-061-0/+7
|/
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-2/+2
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-181-6/+15
* ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner2015-03-181-6/+25
* ip: fix error queue empty skb handlingWillem de Bruijn2015-03-081-10/+23
* net-timestamp: no-payload optionWillem de Bruijn2015-02-021-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-6/+2
|\
| * ip: zero sockaddr returned on error queueWillem de Bruijn2015-01-151-6/+2
* | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-051-1/+40
* | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-051-2/+3
* | ip: IP cmsg cleanupTom Herbert2015-01-051-27/+37
|/
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-101-1/+1
* net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2014-12-081-2/+20
* ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn2014-12-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-1/+1
|\
| * ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet2014-11-111-1/+1
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-1/+1
|/
* ipv4: rcu cleanup in ip_ra_control()Eric Dumazet2014-09-091-2/+2
* sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-011-13/+2
* ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny2014-07-291-1/+1
* ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2014-02-261-1/+1
* ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa2014-02-191-1/+18
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-191-3/+3