summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_sockglue.c
AgeCommit message (Expand)Author
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
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-02-21ipv4: Convert call_rcu() to kfree_rcu(), drop opt_kfree_rcuPaul E. McKenney
2012-02-13net: implement IP_RECVTOS for IP_PKTOPTIONSJiri Benc
2012-02-08ipv4: Implement IP_UNICAST_IF socket option.Erich E. Hoover
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-11-09ipv4: PKTINFO doesnt need dst referenceEric Dumazet
2011-10-22net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski
2011-10-20net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski
2011-08-07ipv4: Fix ip_getsockopt for IP_PKTOPTIONSDaniel Baluta
2011-04-28inet: add RCU protection to inet->optEric Dumazet
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2010-10-25ipv4: add __rcu annotations to ip_ra_chainEric Dumazet
2010-09-13ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk
2010-06-23net - IP_NODEFRAG option for IPv4 socketJiri Olsa
2010-06-10ip: ip_ra_control() rcu fixEric Dumazet
2010-06-07ip: Router Alert RCU conversionEric Dumazet
2010-04-28net: ip_queue_rcv_skb() helperEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-01ipv4: remove redundant verification codeHagen Paul Pfeifer
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-11tcp: Generalized TTL Security MechanismStephen Hemminger
2009-10-29net: Cleanup redundant tests on unsignedroel kluin
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-19IP: CleanupsJohn Dykstra
2009-10-19net: Fix IP_MULTICAST_IFEric Dumazet
2009-10-18inet: rename some inet_sock fieldsEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-24ipv4: check optlen for IP_MULTICAST_IF optionShan Wei
2009-06-03net: skb->rtable accessorEric Dumazet
2009-06-02ipv4: New multicast-all socket optionNivedita Singhvi