summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* 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-141-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-171-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-051-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-071-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-191-6/+15
* ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner2015-03-191-6/+25
* ip: fix error queue empty skb handlingWillem de Bruijn2015-03-091-10/+23
* net-timestamp: no-payload optionWillem de Bruijn2015-02-031-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-281-6/+2Star
|\
| * ip: zero sockaddr returned on error queueWillem de Bruijn2015-01-161-6/+2Star
* | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-061-1/+40
* | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-061-2/+3
* | ip: IP cmsg cleanupTom Herbert2015-01-061-27/+37
|/
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-111-1/+1
* net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2014-12-091-2/+20
* ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn2014-12-091-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-101-2/+2
* sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-021-13/+2Star
* ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny2014-07-301-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-201-3/+3
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-191-2/+1Star
* net: more spelling fixesstephen hemminger2013-12-111-1/+1
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-231-1/+2
* ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa2013-11-061-1/+1
* net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer2013-10-081-2/+3
* ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco2013-09-291-1/+19
* net: prevent setting ttl=0 via IP_TTLCong Wang2013-01-091-1/+1
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-191-2/+3
* ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-11-111-13/+22
* ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-241-3/+2Star
* ipv4: Create and use fib_compute_spec_dst() helper.David S. Miller2012-06-281-3/+4
* net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko2012-05-081-4/+9
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-2/+2
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-211-0/+37
|\