aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_sockglue.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
|\
| * net: Fix IP_MULTICAST_IFEric Dumazet2009-10-191-4/+3
* | IP: CleanupsJohn Dykstra2009-10-191-1/+1
* | inet: rename some inet_sock fieldsEric Dumazet2009-10-181-4/+4
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-3/+3
* ipv4: check optlen for IP_MULTICAST_IF optionShan Wei2009-09-241-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/+36
* net: ip_sockglue.c add static, annotate ports' endiannessHarvey Harrison2008-11-201-2/+2
* TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler2008-11-161-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-111-2/+0
* 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-261-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-171-1/+1
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-1/+1
|/
* [IPV4]: Remove IP_TOS setting privilege checks.David S. Miller2008-02-121-5/+0
* [NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2008-01-281-1/+1
* [IPV4]: Clean the ip_sockglue.c from some ugly ifdefsPavel Emelyanov2007-11-071-27/+12
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-3/+3
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-1/+1
* [NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionlessFlavio Leitner2007-08-261-0/+4
* [INET]: Add IP(V6)_PMTUDISC_RPOBEJohn Heffner2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: More skb_reset_transport_header conversionsArnaldo Carvalho de Melo2007-04-251-5/+7
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-251-3/+3
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-6/+7
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-3/+5
* [SK_BUFF]: Some more skb_put cases converted to skb_reset_network_headerArnaldo Carvalho de Melo2007-04-251-2/+3
* [IPV4]: cleanupStephen Hemminger2007-04-251-564/+563
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-41/+41
* [IPV6]: Assorted trivial endianness annotations.Al Viro2006-12-021-1/+1
* [IPV4]: ip_icmp_error() annotationsAl Viro2006-09-281-1/+1
* [IPV4]: ip_local_error() annotationsAl Viro2006-09-281-1/+1
* [IPV4]: ip_local_error() ipv4 address argument annotatedAl Viro2006-09-281-1/+1
* [AF_UNIX]: Kernel memory leak fix for af_unix datagram getpeersec patchCatherine Zhang2006-08-021-2/+7
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET]: Identation & other cleanups related to compat_[gs]etsockopt csetArnaldo Carvalho de Melo2006-03-201-19/+16
* [NET]: {get|set}sockopt compatibility layerDmitry Mishin2006-03-201-19/+123