summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-3/+3
* ipv4: PKTINFO doesnt need dst referenceEric Dumazet2011-11-091-17/+18
* net: use INET_ECN_MASK instead of hardcoded 3Maciej Żenczykowski2011-10-221-2/+3
* net: allow CAP_NET_RAW to set socket options IP{,V6}_TRANSPARENTMaciej Żenczykowski2011-10-211-1/+1
* ipv4: Fix ip_getsockopt for IP_PKTOPTIONSDaniel Baluta2011-08-081-4/+5
* inet: add RCU protection to inet->optEric Dumazet2011-04-281-11/+24
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* ipv4: add __rcu annotations to ip_ra_chainEric Dumazet2010-10-251-3/+7
* ipv4: enable getsockopt() for IP_NODEFRAGMichael Kerrisk2010-09-141-0/+3
* net - IP_NODEFRAG option for IPv4 socketJiri Olsa2010-06-231-1/+8
* ip: ip_ra_control() rcu fixEric Dumazet2010-06-111-4/+15
* ip: Router Alert RCU conversionEric Dumazet2010-06-081-9/+14
* net: ip_queue_rcv_skb() helperEric Dumazet2010-04-291-0/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | ipv4: remove redundant verification codeHagen Paul Pfeifer2010-04-021-4/+0Star
|/
* tcp: Generalized TTL Security MechanismStephen Hemminger2010-01-121-1/+13
* net: Cleanup redundant tests on unsignedroel kluin2009-10-291-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-4/+3Star
|\
| * net: Fix IP_MULTICAST_IFEric Dumazet2009-10-201-4/+3Star
* | IP: CleanupsJohn Dykstra2009-10-201-1/+1
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-191-4/+4
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-3/+3
* ipv4: check optlen for IP_MULTICAST_IF optionShan Wei2009-09-251-0/+3
* net: skb->rtable accessorEric Dumazet2009-06-031-1/+1
* ipv4: New multicast-all socket optionNivedita Singhvi2009-06-021-0/+11
* net: ipv4/ip_sockglue.c cleanupsEric Dumazet2009-06-021-37/+36Star
* net: ip_sockglue.c add static, annotate ports' endiannessHarvey Harrison2008-11-201-2/+2
* TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler2008-11-171-1/+39
* net: clean up net/ipv4/ip_sockglue.c tcp_output.cJianjun Kong2008-11-031-16/+16
* ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-011-1/+14
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* net: Add compat support for getsockopt (MCAST_MSFILTER)David L Stevens2008-04-291-1/+8
* ipv4/ipv6 compat: Fix SSM applications on 64bit kernels.David L Stevens2008-04-271-0/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-1/+1
|\
| * [IPV4]: Fix byte value boundary check in do_ip_getsockopt().David S. Miller2008-04-101-1/+1
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-3/+3
* | [NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev2008-03-241-3/+4
* | [NETNS]: Add namespace parameter to ip_cmsg_send.Denis V. Lunev2008-03-241-2/+2
* | [NETNS]: Add namespace parameter to ip_options_get(...).Denis V. Lunev2008-03-241-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-1/+1
|\|
| * [NET] endianness noise: INADDR_ANYAl Viro2008-03-181-1/+1
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-061-1/+1
|/
* [IPV4]: Remove IP_TOS setting privilege checks.David S. Miller2008-02-131-5/+0Star
* [NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2008-01-291-1/+1
* [IPV4]: Clean the ip_sockglue.c from some ugly ifdefsPavel Emelyanov2007-11-071-27/+12Star
* [NET]: sparse warning fixesStephen Hemminger2007-10-111-3/+3
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-1/+1
* [NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionlessFlavio Leitner2007-08-271-0/+4
* [INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2007-04-261-1/+1