summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-131-3/+4
* ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman2015-10-131-1/+2
* netfilter: Pass net into okfnEric W. Biederman2015-09-181-5/+2Star
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-181-4/+4
* ipv4: Only compute net once in ip_rcv_finishEric W. Biederman2015-09-181-6/+4Star
* ipv4: Compute net once in ip_rcvEric W. Biederman2015-09-181-7/+9
* dst: Metadata destinationsThomas Graf2015-07-211-1/+2
* netfilter: Pass socket pointer down through okfn().David Miller2015-04-071-4/+6
* ipv4: coding style: comparison for inequality with NULLIan Morris2015-04-031-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-2/+3
* net: Fix memory leak if TPROXY used with TCP early demuxHolger Eitzenberger2014-01-281-1/+1
* net: add SNMP counters tracking incoming ECN bitsEric Dumazet2013-08-091-0/+8
* ipv4: set transport header earlierEric Dumazet2013-07-161-4/+3Star
* net: Add MIB counters for checksum errorsEric Dumazet2013-04-291-1/+3
* ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2013-03-011-2/+4
* ipv4: Disallow non-namespace aware protocols to register.David S. Miller2013-02-051-7/+0Star
* 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