aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
Commit message (Expand)AuthorAge
* ip: report the original address of ICMP messagesJulian Anastasov2015-07-10
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-03
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}Marcelo Ricardo Leitner2015-03-18
* ipv4,ipv6: grab rtnl before locking the socketMarcelo Ricardo Leitner2015-03-18
* ip: fix error queue empty skb handlingWillem de Bruijn2015-03-08
* net-timestamp: no-payload optionWillem de Bruijn2015-02-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-27
|\
| * ip: zero sockaddr returned on error queueWillem de Bruijn2015-01-15
* | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-05
* | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-05
* | ip: IP cmsg cleanupTom Herbert2015-01-05
|/
* net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-10
* net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2014-12-08
* ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn2014-12-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-14
|\
| * ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet2014-11-11
* | net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
|/
* ipv4: rcu cleanup in ip_ra_control()Eric Dumazet2014-09-09
* sock: deduplicate errqueue dequeueWillem de Bruijn2014-09-02
* ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny2014-07-29
* ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2014-02-26
* ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa2014-02-19
* ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa2014-01-19
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-19
* net: more spelling fixesstephen hemminger2013-12-10
* inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-23
* ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa2013-11-05
* net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer2013-10-08
* ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco2013-09-28
* net: prevent setting ttl=0 via IP_TTLCong Wang2013-01-08
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-18
* ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-11-11
* ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller2012-07-23
* ipv4: Create and use fib_compute_spec_dst() helper.David S. Miller2012-06-28
* net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko2012-05-07
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-21
|\
| * net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-13
| * ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover2012-02-08
* | ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcuPaul E. McKenney2012-02-21
|/
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-11
* ipv4: PKTINFO doesnt need dst referenceEric Dumazet2011-11-09
* net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski2011-10-22
* net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski2011-10-20
* ipv4: Fix ip_getsockopt for IP_PKTOPTIONSDaniel Baluta2011-08-08
* inet: add RCU protection to inet->optEric Dumazet2011-04-28
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22
* ipv4: add __rcu annotations to ip_ra_chainEric Dumazet2010-10-25