summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\
| * net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc2012-02-131-0/+4
| * ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover2012-02-081-0/+33
* | ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcuPaul E. McKenney2012-02-211-6/+1Star
|/
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-3/+3
* ipv4: PKTINFO doesnt need dst referenceEric Dumazet2011-11-091-17/+18
* net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski2011-10-221-2/+3
* net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski2011-10-211-1/+1