Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
96e76e694101c2b09c997bce5f064df0d051b729
/
net
/
ipv6
/
ip6_input.c
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b2e0b38
netfilter: ipv6: use NFPROTO values for NF_HOOK invocation
by Jan Engelhardt
· 15 years ago
3ffe533
ipv6: drop unused "dev" arg of icmpv6_send()
by Alexey Dobriyan
· 15 years ago
41135cc
net: constify struct inet6_protocol
by Alexey Dobriyan
· 15 years ago
5c91fac
ipv6: correct return on ipv6_rcv() packet drop
by Mark Smith
· 15 years ago
71f9dac
inet: Call skb_orphan before tproxy activates
by Herbert Xu
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
edf391f
snmp: add missing counters for RFC 4293
by Neil Horman
· 16 years ago
71f6f6d
ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c)
by Jesper Nilsson
· 16 years ago
1d6e55f
IPv6: Fix multicast routing bugs.
by Thomas Goff
· 16 years ago
483a47d
ipv6: added net argument to IP6_INC_STATS_BH
by Denis V. Lunev
· 16 years ago
53b7997
ipv6 netns: Make several "global" sysctl variables namespace aware.
by YOSHIFUJI Hideaki
· 16 years ago
778d80b
ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.
by YOSHIFUJI Hideaki
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
f630e43
ipv6: Drop packets for loopback address from outside of the box.
by YOSHIFUJI Hideaki
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
aba6096
[IPV6]: Kill several warnings without CONFIG_IPV6_MROUTE.
by YOSHIFUJI Hideaki
· 17 years ago
7bc570c
[IPV6] MROUTE: Support multicast forwarding.
by YOSHIFUJI Hideaki
· 17 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
4c7966b
[IPV6] MCAST: Ensure to check multicast listener(s).
by YOSHIFUJI Hideaki
· 17 years ago
da6bb5c
[NETNS][IPV6] ip6_input - enable ipv6_rcv to handle several network namespace
by Daniel Lezcano
· 17 years ago
69d6da0
[IPv6] RAW: Compact the API for the kernel
by Pavel Emelyanov
· 17 years ago
6e23ae2
[NETFILTER]: Introduce NF_INET_ hook values
by Patrick McHardy
· 17 years ago
e5bbef2
[IPV6]: Replace sk_buff ** with sk_buff * in input handlers
by Herbert Xu
· 17 years ago
ad643a7
[IPV6]: Uninline netfilter okfns
by Patrick McHardy
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
e730c15
[NET]: Make packet reception network namespace safe
by Eric W. Biederman
· 17 years ago
ae7bf20
[IPV6]: Reverse sense of promisc tests in ip6_mc_input
by Corey Mutter
· 17 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
cfe1fc7
[SK_BUFF]: Introduce skb_network_header_len
by Arnaldo Carvalho de Melo
· 18 years ago
ea2ae17
[SK_BUFF]: Introduce skb_transport_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
0660e03
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
by Arnaldo Carvalho de Melo
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
60e5c16
[IPv6]: Exclude truncated packets from InHdrErrors statistics
by Mitsuru Chinen
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
1ab1457
[NET] IPV6: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
a11d206
[IPV6]: Per-interface statistics support.
by YOSHIFUJI Hideaki
· 18 years ago
7a3025b
[IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}.
by YOSHIFUJI Hideaki
· 18 years ago
a80ff03
[IPV6]: Allow to replace skbuff by TLV parser.
by Masahide NAKAMURA
· 18 years ago
6b7fdc3
[IPV6]: Clean skb cb on IPv6 input.
by Guillaume Chazarain
· 18 years ago
2889139
[IPV6]: Remove redundant length check on input
by Herbert Xu
· 18 years ago
b809739
[IPV6]: Clean up hop-by-hop options handler.
by YOSHIFUJI Hideaki
· 19 years ago
b05e106
[IPV4/6]: Netfilter IPsec input hooks
by Patrick McHardy
· 19 years ago
951dbc8
[IPV6]: Move nextheader offset to the IP6CB
by Patrick McHardy
· 19 years ago
9fb9cbb
[NETFILTER]: Add nf_conntrack subsystem.
by Yasuyuki Kozakai
· 19 years ago
d13964f
[IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachable
by Patrick McHardy
· 19 years ago
f2ccd8f
[NET]: Kill skb->real_dev
by David S. Miller
· 19 years ago
fad87ac
[IPV6]: Fix SKB leak in ip6_input_finish()
by Patrick McHardy
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago