summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [IPV4]: Remove likely in ip_rcv_finish()Hua Zhong2006-05-061-1/+1
* [NETFILTER]: Keep conntrack reference until IPsec policy checks are donePatrick McHardy2006-01-071-9/+6
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-291-1/+1
* [IPV4]: Module export of ip_rcv() no longer needed.Ralf Baechle2005-08-291-1/+0
* [IPV4]: Avoid common branch mispredictions in ip_rcv_finish()Thomas Graf2005-08-291-5/+5
* [IPV4]: Move ip options parsing out of ip_rcv_finish()Thomas Graf2005-08-291-39/+54
* [IPV4]: Avoid common branch misprediction while checking csum in ip_rcv()Thomas Graf2005-08-291-1/+1
* [IPV4]: Consistency and whitespace cleanup of ip_rcv()Thomas Graf2005-08-291-14/+13
* [IPV4/6]: Check if packet was actually delivered to a raw socket to decide wh...Patrick McHardy2005-08-291-2/+2
* [NET]: Kill skb->real_devDavid S. Miller2005-08-291-1/+1
* [IPV4]: Snmpv2 Mib IP counter ipInAddrErrors supportDietmar Eggemann2005-06-281-1/+5
* [NETFILTER]: Drop conntrack reference in ip_call_ra_chain()/ip_mr_input()Patrick McHardy2005-06-211-0/+1
* [NETFILTER]: Kill nf_debugPatrick McHardy2005-06-211-4/+0
* [PATCH] update Ross Biro bouncing email addressJesper Juhl2005-05-051-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+431
OpenPOWER on IntegriCloud