summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-2/+2
* netfilter: fix Kconfig dependenciesPatrick McHardy2011-01-141-1/+1
* net: use this_cpu_ptr()Eric Dumazet2010-06-281-1/+1
* net-next: remove useless union keywordChangli Gao2010-06-101-2/+2
* net: avoid two atomic ops in ip_rcv_options()Eric Dumazet2010-06-071-4/+2
* ip: Router Alert RCU conversionEric Dumazet2010-06-071-8/+3
* ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet2010-06-031-0/+3
* net: Use ip_route_input_noref() in input pathEric Dumazet2010-05-171-2/+2
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | netfilter: ipv4: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-2/+2
|/
* net: use net_eq to compare netsOctavian Purdila2009-11-251-1/+1
* inet: rename some inet_sock fieldsEric Dumazet2009-10-181-1/+1
* net: constify struct net_protocolAlexey Dobriyan2009-09-141-1/+1
* inet: Call skb_orphan before tproxy activatesHerbert Xu2009-06-261-0/+3
* net: skb->dst accessorsEric Dumazet2009-06-031-3/+3
* net: skb->rtable accessorEric Dumazet2009-06-031-1/+1
* snmp: add missing counters for RFC 4293Neil Horman2009-04-271-5/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-1/+9
|\
| * net: shy netns_ok checkAlexey Dobriyan2008-11-121-1/+9
* | net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.cJianjun Kong2008-11-031-2/+2
* | net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-4/+2
|/
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-1/+1
* mib: put ip statistics on struct netPavel Emelyanov2008-07-181-8/+0
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-161-14/+16
* net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
* net/ipv4: correct RFC 1122 section reference in commentJ.H.M. Dassen (Ray)2008-05-081-1/+1
* [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki2008-04-141-1/+1
* [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-3/+3
* [NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.Denis V. Lunev2008-03-241-4/+4
* [NETNS]: Process IP layer in the context of the correct namespace.Denis V. Lunev2008-03-241-2/+4
* [NETNS]: Add namespace parameter to ip_options_compile.Denis V. Lunev2008-03-241-1/+1
* [IPV4]: Always pass ip_options pointer into ip_options_compile.Denis V. Lunev2008-03-221-2/+3
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-1/+1
* [IPv4] RAW: Compact the API for the kernelPavel Emelyanov2008-01-281-12/+4
* [NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variablesEric Dumazet2008-01-281-1/+1
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-2/+2
* [IPV4]: Uninline netfilter okfnsPatrick McHardy2007-10-151-2/+2
* [IPV4]: Change ip_defrag to return an integerHerbert Xu2007-10-151-4/+2
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+3
* [IPV4] SNMP: Support InMcastPkts and InBcastPktsMitsuru Chinen2007-04-301-0/+7
* [IPV4] SNMP: Support InTruncatedPktsMitsuru Chinen2007-04-301-1/+4
* [IPV4] SNMP: Support InNoRoutesMitsuru Chinen2007-04-301-0/+2
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-9/+9
* [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-251-3/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-14/+14
* [IPV4]: Clear the whole IPCB, this clears also IPCB(skb)->flags.Guillaume Chazarain2006-07-241-1/+1
* [IPV4]: Clear skb cb on IP inputStephen Hemminger2006-07-141-0/+3
OpenPOWER on IntegriCloud