aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ip_sockglue.c
AgeCommit message (Expand)Author
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
2009-06-02net: ipv4/ip_sockglue.c cleanupsEric Dumazet
2008-11-20net: ip_sockglue.c add static, annotate ports' endiannessHarvey Harrison
2008-11-16TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler
2008-11-03net: clean up net/ipv4/ip_sockglue.c tcp_output.cJianjun Kong
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian
2008-06-11net: remove CVS keywordsAdrian Bunk
2008-04-29net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens
2008-04-27ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-04-10[IPV4]: Fix byte value boundary check in do_ip_getsockopt().David S. Miller
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-24[NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev