summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_sockglue.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-08net: Only honor ifindex in IP_PKTINFO if non-0David Ahern1-2/+4
2018-02-28netfilter: drop outermost socket lock in getsockopt()Paolo Abeni1-6/+1
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni1-10/+4
2017-04-18ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2015-02-27ip: zero sockaddr returned on error queueWillem de Bruijn1-6/+2
2014-11-11ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet1-1/+1
2014-09-10ipv4: rcu cleanup in ip_ra_control()Eric Dumazet1-2/+2
2014-09-02sock: deduplicate errqueue dequeueWillem de Bruijn1-13/+2
2014-07-30ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny1-1/+1
2014-02-27ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa1-1/+1
2014-02-20ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa1-1/+18
2014-01-20ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa1-3/+3
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-2/+1
2013-12-11net: more spelling fixesstephen hemminger1-1/+1
2013-11-24inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa1-1/+2
2013-11-06ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa1-1/+1
2013-10-09net: ipv4 only populate IP_PKTINFO when neededShawn Bohrer1-2/+3
2013-09-29ipv4: IP_TOS and IP_TTL can be specified as ancillary dataFrancesco Fusco1-1/+19
2013-01-09net: prevent setting ttl=0 via IP_TTLCong Wang1-1/+1
2012-11-19net: Allow userns root to control ipv4Eric W. Biederman1-2/+3
2012-11-12ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang1-13/+22
2012-07-24ipv4: 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-08net: 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-21Merge 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-09ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover1-0/+33
2011-12-12net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-3/+3
2011-11-10ipv4: PKTINFO doesnt need dst referenceEric Dumazet1-17/+18
2011-10-22net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski1-2/+3
2011-10-21net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski1-1/+1
2011-08-08ipv4: Fix ip_getsockopt for IP_PKTOPTIONSDaniel Baluta1-4/+5
2011-04-29inet: add RCU protection to inet->optEric Dumazet1-11/+24
2011-04-22inet: constify ip headers and in6_addrEric Dumazet1-1/+1
2010-10-26ipv4: add __rcu annotations to ip_ra_chainEric Dumazet1-3/+7
2010-09-14ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk1-0/+3
2010-06-24net - IP_NODEFRAG option for IPv4 socketJiri Olsa1-1/+8
2010-06-11ip: ip_ra_control() rcu fixEric Dumazet1-4/+15
2010-06-08ip: Router Alert RCU conversionEric Dumazet1-9/+14
2010-04-29net: ip_queue_rcv_skb() helperEric Dumazet1-0/+16
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-02ipv4: remove redundant verification codeHagen Paul Pfeifer1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-12tcp: Generalized TTL Security MechanismStephen Hemminger1-1/+13
2009-10-29net: Cleanup redundant tests on unsignedroel kluin1-1/+1
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+3
2009-10-20IP: CleanupsJohn Dykstra1-1/+1