summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* net: TCP early demux cleanupEric Dumazet2012-07-301-2/+0Star
* ipv6: Early TCP socket demuxEric Dumazet2012-07-271-0/+1
* ipv4: Fix input route performance regression.David S. Miller2012-07-271-2/+2
* tcp: early_demux fixesEric Dumazet2012-07-241-1/+4
* ipv4: Kill ip_route_input_noref().David Miller2012-07-201-2/+2
* ipv4: Kill early demux method return value.David S. Miller2012-06-281-23/+19Star
* Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller2012-06-281-3/+2Star
* ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet2012-06-281-2/+3
* ipv4: Cache ip_error() routes even when not forwarding.David S. Miller2012-06-271-7/+1Star
* ipv4: Add sysctl knob to control early socket demuxAlexander Duyck2012-06-231-9/+13
* ipv4: Early TCP socket demux.David S. Miller2012-06-201-13/+26
* inet: Sanitize inet{,6} protocol demux.David S. Miller2012-06-201-3/+2Star
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-7/+6Star
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-131-0/+2
* net: Convert printks to pr_<level>Joe Perches2012-03-121-2/+2
* ipv4: Make ip_rcv_options() return bool.David S. Miller2012-03-091-3/+3
* ipv4: Make ip_call_ra_chain() return bool.David S. Miller2012-03-091-4/+4
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-2/+2
* 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-291-1/+1
* net-next: remove useless union keywordChangli Gao2010-06-111-2/+2
* net: avoid two atomic ops in ip_rcv_options()Eric Dumazet2010-06-081-4/+2Star
* ip: Router Alert RCU conversionEric Dumazet2010-06-081-8/+3Star
* ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet2010-06-031-0/+3
* net: Use ip_route_input_noref() in input pathEric Dumazet2010-05-181-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-261-1/+1
* inet: rename some inet_sock fieldsEric Dumazet2009-10-191-1/+1
* net: constify struct net_protocolAlexey Dobriyan2009-09-151-1/+1
* inet: Call skb_orphan before tproxy activatesHerbert Xu2009-06-271-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-191-1/+9
|\
| * net: shy netns_ok checkAlexey Dobriyan2008-11-131-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/+2Star
|/
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-141-1/+1
* mib: put ip statistics on struct netPavel Emelyanov2008-07-181-8/+0Star
* mib: add net to IP_INC_STATS_BHPavel Emelyanov2008-07-171-14/+16
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* 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-251-1/+1
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-3/+3
* [NETNS]: Drop packets in the non-initial namespace on the per/protocol basis.Denis V. Lunev2008-03-241-4/+4