aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-01ipv4: remove redundant verification codeHagen Paul Pfeifer1-4/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-11tcp: 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/net-2.6David S. Miller1-4/+3
2009-10-19IP: CleanupsJohn Dykstra1-1/+1
2009-10-19net: Fix IP_MULTICAST_IFEric Dumazet1-4/+3
2009-10-18inet: rename some inet_sock fieldsEric Dumazet1-4/+4
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-3/+3
2009-09-24ipv4: check optlen for IP_MULTICAST_IF optionShan Wei1-0/+3
2009-06-03net: skb->rtable accessorEric Dumazet1-1/+1
2009-06-02ipv4: New multicast-all socket optionNivedita Singhvi1-0/+11
2009-06-02net: ipv4/ip_sockglue.c cleanupsEric Dumazet1-37/+36
2008-11-20net: ip_sockglue.c add static, annotate ports' endiannessHarvey Harrison1-2/+2
2008-11-16TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler1-1/+39
2008-11-03net: clean up net/ipv4/ip_sockglue.c tcp_output.cJianjun Kong1-16/+16
2008-10-01ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian1-1/+14
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-29net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens1-1/+8
2008-04-27ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens1-0/+5
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-04-10[IPV4]: Fix byte value boundary check in do_ip_getsockopt().David S. Miller1-1/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-03-24[NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev1-3/+4
2008-03-24[NETNS]: Add namespace parameter to ip_cmsg_send.Denis V. Lunev1-2/+2
2008-03-24[NETNS]: Add namespace parameter to ip_options_get(...).Denis V. Lunev1-2/+2
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro1-1/+1
2008-03-05[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet1-1/+1
2008-02-12[IPV4]: Remove IP_TOS setting privilege checks.David S. Miller1-5/+0
2008-01-28[NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev1-1/+1
2007-11-07[IPV4]: Clean the ip_sockglue.c from some ugly ifdefsPavel Emelyanov1-27/+12