summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* net: VRF: Pass original iif to ip_route_input()Mark Tomlinson2016-09-161-2/+3
* net: original ingress device index in PKTINFODavid Ahern2016-05-111-0/+1
* net: l3mdev: Add hook in ip and ipv6David Ahern2016-05-111-0/+7
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-1/+1
* net: rename IP_UPD_PO_STATS_BH()Eric Dumazet2016-04-271-3/+3
* net: rename IP_ADD_STATS_BH()Eric Dumazet2016-04-271-3/+3
* net: rename IP_INC_STATS_BH()Eric Dumazet2016-04-271-10/+10
* ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-161-4/+1
* ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg2016-02-111-1/+24
* ipv4: early demux should be aware of fragmentsEric Dumazet2016-01-291-1/+4
* ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman2015-10-121-3/+4
* ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman2015-10-121-1/+2
* netfilter: Pass net into okfnEric W. Biederman2015-09-171-5/+2
* netfilter: Pass struct net into the netfilter hooksEric W. Biederman2015-09-171-4/+4
* ipv4: Only compute net once in ip_rcv_finishEric W. Biederman2015-09-171-6/+4
* ipv4: Compute net once in ip_rcvEric W. Biederman2015-09-171-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-271-1/+1
* net: add SNMP counters tracking incoming ECN bitsEric Dumazet2013-08-081-0/+8
* ipv4: set transport header earlierEric Dumazet2013-07-161-4/+3
* 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/+0
* net: TCP early demux cleanupEric Dumazet2012-07-301-2/+0
* ipv6: Early TCP socket demuxEric Dumazet2012-07-261-0/+1
* ipv4: Fix input route performance regression.David S. Miller2012-07-261-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-271-23/+19
* Revert "ipv4: tcp: dont cache unconfirmed intput dst"David S. Miller2012-06-271-3/+2
* ipv4: tcp: dont cache unconfirmed intput dstEric Dumazet2012-06-271-2/+3
* ipv4: Cache ip_error() routes even when not forwarding.David S. Miller2012-06-261-7/+1
* ipv4: Add sysctl knob to control early socket demuxAlexander Duyck2012-06-221-9/+13
* ipv4: Early TCP socket demux.David S. Miller2012-06-191-13/+26
* inet: Sanitize inet{,6} protocol demux.David S. Miller2012-06-191-3/+2
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-7/+6
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-121-0/+2
* net: Convert printks to pr_<level>Joe Perches2012-03-111-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-211-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-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