summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_input.c
Commit message (Expand)AuthorAgeFilesLines
* 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: ipv6: use NFPROTO values for NF_HOOK invocationJan Engelhardt2010-03-251-2/+2
|/
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-2/+1
* net: constify struct inet6_protocolAlexey Dobriyan2009-09-141-1/+1
* ipv6: correct return on ipv6_rcv() packet dropMark Smith2009-07-061-3/+3
* inet: Call skb_orphan before tproxy activatesHerbert Xu2009-06-261-0/+3
* net: skb->dst accessorsEric Dumazet2009-06-031-6/+6
* snmp: add missing counters for RFC 4293Neil Horman2009-04-271-3/+4
* ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)Jesper Nilsson2009-03-271-3/+1
* IPv6: Fix multicast routing bugs.Thomas Goff2009-01-271-1/+1
* ipv6: added net argument to IP6_INC_STATS_BHDenis V. Lunev2008-10-081-11/+16
* ipv6 netns: Make several "global" sysctl variables namespace aware.YOSHIFUJI Hideaki2008-07-191-1/+1
* ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki2008-07-031-1/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-0/+9
|\
| * ipv6: Drop packets for loopback address from outside of the box.YOSHIFUJI Hideaki2008-06-191-0/+9
* | net: remove CVS keywordsAdrian Bunk2008-06-111-2/+0
|/
* [IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE.YOSHIFUJI Hideaki2008-04-111-14/+12
* [IPV6] MROUTE: Support multicast forwarding.YOSHIFUJI Hideaki2008-04-051-19/+68
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-021-2/+1
|\
| * [IPV6] MCAST: Ensure to check multicast listener(s).YOSHIFUJI Hideaki2008-03-311-2/+1
* | [NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespaceDaniel Lezcano2008-03-051-5/+0
|/
* [IPv6] RAW: Compact the API for the kernelPavel Emelyanov2008-01-281-6/+3
* [NETFILTER]: Introduce NF_INET_ hook valuesPatrick McHardy2008-01-281-2/+4
* [IPV6]: Replace sk_buff ** with sk_buff * in input handlersHerbert Xu2007-10-151-2/+2
* [IPV6]: Uninline netfilter okfnsPatrick McHardy2007-10-151-1/+1
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-101-1/+1
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+5
* [IPV6]: Reverse sense of promisc tests in ip6_mc_inputCorey Mutter2007-05-141-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_transport_offset()Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-4/+4
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-251-2/+2
* [IPv6]: Exclude truncated packets from InHdrErrors statisticsMitsuru Chinen2007-04-041-4/+4
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] IPV6: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-9/+9
* [IPV6]: Per-interface statistics support.YOSHIFUJI Hideaki2006-12-021-13/+27
* [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.YOSHIFUJI Hideaki2006-12-021-1/+1
* [IPV6]: Allow to replace skbuff by TLV parser.Masahide NAKAMURA2006-09-221-1/+1
* [IPV6]: Clean skb cb on IPv6 input.Guillaume Chazarain2006-07-241-0/+2
* [IPV6]: Remove redundant length check on inputHerbert Xu2006-06-301-6/+1
* [IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki2006-04-181-2/+1
* [IPV4/6]: Netfilter IPsec input hooksPatrick McHardy2006-01-071-1/+1
* [IPV6]: Move nextheader offset to the IP6CBPatrick McHardy2006-01-071-15/+6
* [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-091-0/+5
* [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
* [IPV6]: Fix SKB leak in ip6_input_finish()Patrick McHardy2005-08-161-4/+5
OpenPOWER on IntegriCloud