aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
AgeCommit message (Expand)Author
2016-05-16sock: propagate __sock_cmsg_send() errorEric Dumazet
2016-05-11net: original ingress device index in PKTINFODavid Ahern
2016-04-25net: better drop monitoring in ip{6}_recv_error()Eric Dumazet
2016-04-13udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUMWillem de Bruijn
2016-04-07net: introduce lockdep_is_held and update various places to use itHannes Frederic Sowa
2016-04-04ipv4: process socket-level control messages in IPv4Soheil Hassas Yeganeh
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov
2015-11-04ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-24ip: report the original address of ICMP messagesJulian Anastasov
2015-06-06inet: add IP_BIND_ADDRESS_NO_PORT to overcome bind(0) limitationsEric Dumazet
2015-04-03ipv4: coding style: comparison for inequality with NULLIan Morris
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-03-18ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner
2015-03-18ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn
2015-02-02net-timestamp: no-payload optionWillem de Bruijn
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert
2015-01-05ip: IP cmsg cleanupTom Herbert
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn
2014-12-08ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-11ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller
2014-09-09ipv4: rcu cleanup in ip_ra_control()Eric Dumazet
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn
2014-07-29ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny
2014-02-26ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2013-12-10net: more spelling fixesstephen hemminger
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer
2013-09-28ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco
2013-01-08net: prevent setting ttl=0 via IP_TTLCong Wang
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman
2012-11-11ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller
2012-06-28ipv4: Create and use fib_compute_spec_dst() helper.David S. Miller
2012-05-07net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet