aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn1-10/+23
2015-02-02net-timestamp: no-payload optionWillem de Bruijn1-3/+4
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn1-6/+2
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert1-1/+40
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert1-2/+3
2015-01-05ip: IP cmsg cleanupTom Herbert1-27/+37
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn1-2/+20
2014-12-08ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn1-0/+2
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2014-11-11ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet1-1/+1
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-09-09ipv4: rcu cleanup in ip_ra_control()Eric Dumazet1-2/+2
2014-09-01sock: deduplicate errqueue dequeueWillem de Bruijn1-13/+2
2014-07-29ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny1-1/+1
2014-02-26ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa1-1/+1
2014-02-19ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa1-1/+18
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa1-3/+3
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+1
2013-12-10net: more spelling fixesstephen hemminger1-1/+1
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functionsHannes Frederic Sowa1-1/+2
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa1-1/+1
2013-10-08net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer1-2/+3
2013-09-28ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco1-1/+19
2013-01-08net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman1-2/+3
2012-11-11ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang1-13/+22
2012-07-23ipv4: Prepare for change of rt->rt_iif encoding.David S. Miller1-3/+2
2012-06-28ipv4: Create and use fib_compute_spec_dst() helper.David S. Miller1-3/+4
2012-05-07net: IP_MULTICAST_IF setsockopt now recognizes struct mreqJiri Pirko1-4/+9
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-2/+2
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-1/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+37
2012-02-21ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcuPaul E. McKenney1-6/+1
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc1-0/+4
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover1-0/+33
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-3/+3
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet1-17/+18
2011-10-22net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski1-2/+3
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski1-1/+1
2011-08-07ipv4: Fix ip_getsockopt for IP_PKTOPTIONSDaniel Baluta1-4/+5
2011-04-28inet: add RCU protection to inet->optEric Dumazet1-11/+24
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2010-10-25ipv4: add __rcu annotations to ip_ra_chainEric Dumazet1-3/+7
2010-09-13ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk1-0/+3
2010-06-23net - IP_NODEFRAG option for IPv4 socketJiri Olsa1-1/+8
2010-06-10ip: ip_ra_control() rcu fixEric Dumazet1-4/+15
2010-06-07ip: Router Alert RCU conversionEric Dumazet1-9/+14
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet1-0/+16