Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
46c5784c8fa736c2bb42fe681189b86e99abdc2e
/
net
/
ipv6
3cc76ca
ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0
by Yang Hongyang
· 16 years ago
ce3113e
ipv6: sysctl fixes
by Al Viro
· 16 years ago
f410a1f
ipv6: protocol for address routes
by Stephen Hemminger
· 16 years ago
fdc0bde
icmp: icmp_sk() should not use smp_processor_id() in preemptible code
by Denis V. Lunev
· 16 years ago
13601cd
ipv6: Fix the return interface index when get it while no message is received.
by Yang Hongyang
· 16 years ago
191cd58
netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr()
by Brian Haley
· 16 years ago
5e0115e
ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output, rt6_fill_node+0x175
by Brian Haley
· 16 years ago
d97106e
udp: Drop socket lock for encapsulated packets
by Herbert Xu
· 16 years ago
6edafaa
tcp: Fix kernel panic when calling tcp_v(4/6)_md5_do_lookup
by Gui Jianfeng
· 16 years ago
abf5cdb
ipsec: Interfamily IPSec BEET, ipv4-inner ipv6-outer
by Joakim Koskela
· 16 years ago
1ca615f
ipv6: replace dst_metric() with dst_mtu() in net/ipv6/route.c.
by Rami Rosen
· 16 years ago
283d07ac
ipv6: Do not drop packet if skb->local_df is set to true
by Wei Yongjun
· 16 years ago
cfb266c
ipv6: Fix the return value of Set Hop-by-Hop options header with NULL data pointer
by Yang Hongyang
· 16 years ago
1730554
ipv6: syncookies: free reqsk on xfrm_lookup error
by Florian Westphal
· 16 years ago
00b1304
tcp: MD5: Fix IPv6 signatures
by Adam Langley
· 16 years ago
90b7e11
tcp: MD5: Fix MD5 signatures on certain ACK packets
by Adam Langley
· 16 years ago
77e2f14
ipv6: Fix ip6_xmit to send fragments if ipfragok is true
by Wei Yongjun
· 16 years ago
17ef51f
ipv6: Fix useless proc net sockstat6 removal
by Daniel Lezcano
· 16 years ago
785957d
tcp: MD5: Use MIB counter instead of warning for MD5 mismatch.
by David S. Miller
· 16 years ago
4a36702
IPv6: datagram_send_ctl() should exit immediately when an error occured
by Miao Xie
· 16 years ago
6f9f489
net: missing bits of net-namespace / sysctl
by Al Viro
· 16 years ago
15d3b4a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
2c3abab
ipcomp: Fix warnings after ipcomp consolidation.
by David S. Miller
· 16 years ago
2284284
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
f858b48
netfilter: ip{,6}tables_security: fix future section mismatch
by Alexey Dobriyan
· 16 years ago
16df845
syncookies: Make sure ECN is disabled
by Florian Westphal
· 16 years ago
547b792
net: convert BUG_TRAP to generic WARN_ON
by Ilpo Järvinen
· 16 years ago
1ff8419
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
696adfe
list_for_each_rcu must die: networking
by Paul E. McKenney
· 16 years ago
6fccab6
ipsec: ipcomp - Merge IPComp implementations
by Herbert Xu
· 16 years ago
70eed75
netfilter: make security table depend on NETFILTER_ADVANCED
by Patrick McHardy
· 16 years ago
3d0f24a
ipv6: icmp6_dst_gc return change
by Stephen Hemminger
· 16 years ago
75307c0
ipv6: use kcalloc
by Stephen Hemminger
· 16 years ago
a76d734
ipv6: use spin_trylock_bh
by Stephen Hemminger
· 16 years ago
c8a4522
ipv6: use round_jiffies
by Stephen Hemminger
· 16 years ago
417f28b
netns: dont alloc ipv6 fib timer list
by Stephen Hemminger
· 16 years ago
888c848
ipv6: make struct ipv6_devconf static
by Adrian Bunk
· 16 years ago
847499c
ipv6: use timer pending
by Stephen Hemminger
· 16 years ago
702beb8
ipv6: Fix warning in addrconf code.
by David Miller
· 16 years ago
a6ffb40
ipv6 mcast: Omit redundant address family checks in ip6_mc_source().
by YOSHIFUJI Hideaki
· 16 years ago
53b7997
ipv6 netns: Make several "global" sysctl variables namespace aware.
by YOSHIFUJI Hideaki
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
725a8ff
ipv6: remove unused parameter from ip6_ra_control
by Denis V. Lunev
· 16 years ago
49a72df
tcp: Fix MD5 signatures for non-linear skbs
by Adam Langley
· 16 years ago
b6fcbdb
proc: consolidate per-net single-release callers
by Pavel Emelyanov
· 16 years ago
de05c55
proc: consolidate per-net single_open callers
by Pavel Emelyanov
· 16 years ago
de0744a
mib: add net to NET_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
ca12a1a
inet: prepare net on the stack for NET accounting macros
by Pavel Emelyanov
· 16 years ago
63231bd
mib: add net to TCP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
a86b1e3
inet: prepare struct net for TCP MIB accounting
by Pavel Emelyanov
· 16 years ago
7af3db7
ipv6: Fix using after dev_put()
by Wang Chen
· 16 years ago
5ae7b44
ipv6: Check return of dev_set_allmulti
by Wang Chen
· 16 years ago
2aec609
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
0ce2855
ipv6: missed namespace context in ipv6_rthdr_rcv
by Denis V. Lunev
· 16 years ago
0529794
pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6.
by David S. Miller
· 16 years ago
b0e1e64
netdev: Move rest of qdisc state into struct netdev_queue
by David S. Miller
· 16 years ago
7c3ceb4a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
b223856
ipv6: fix race between ipv6_del_addr and DAD timer
by Andrey Vagin
· 16 years ago
43de9dfe
netfilter: ip6table_filter in netns for real
by Alexey Dobriyan
· 16 years ago
d278931
netfilter: use correct namespace in ip6table_security
by Alexey Dobriyan
· 16 years ago
ef28d1a
MIB: add struct net to UDP6_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
235b9f7
MIB: add struct net to UDP6_INC_STATS_USER
by Pavel Emelyanov
· 16 years ago
e0835f8
ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.
by YOSHIFUJI Hideaki
· 16 years ago
623d1a1
ipv6: Do cleanup for ip6_mr_init.
by Wang Chen
· 16 years ago
dd3abc4
ipv6 route: Prefer outgoing interface with source address assigned.
by YOSHIFUJI Hideaki
· 16 years ago
1b34be7
ipv6 addrconf: add accept_dad sysctl to control DAD operation.
by YOSHIFUJI Hideaki
· 17 years ago
778d80b
ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.
by YOSHIFUJI Hideaki
· 17 years ago
5ce83af
ipv6: Assume the loopback address in link-local scope.
by YOSHIFUJI Hideaki
· 17 years ago
f81b2e7
ipv6: Do not forward packets with the unspecified source address.
by YOSHIFUJI Hideaki
· 17 years ago
d68b827
ipv6: Do not assign non-valid address on interface.
by YOSHIFUJI Hideaki
· 17 years ago
6dbf4bc
icmp: fix units for ratelimit
by Stephen Hemminger
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
d420895
ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.
by YOSHIFUJI Hideaki
· 17 years ago
9a37580
inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuild
by Pavel Emelyanov
· 17 years ago
7be8735
tcp: /proc/net/tcp rto,ato values not scaled properly (v2)
by Stephen Hemminger
· 17 years ago
88a6f4a
netfilter: ip6table_mangle: don't reroute in LOCAL_IN
by Patrick McHardy
· 17 years ago
f630e43
ipv6: Drop packets for loopback address from outside of the box.
by YOSHIFUJI Hideaki
· 17 years ago
aea7427
ipv6: Remove options header when setsockopt's optlen is 0
by Shan Wei
· 17 years ago
4497b07
net: Discard and warn about LRO'd skbs received for forwarding
by Ben Hutchings
· 17 years ago
0187bdf
net: Disable LRO on devices that are forwarding
by Ben Hutchings
· 17 years ago
dd574db
ipv6: minor cleanup in net/ipv6/tcp_ipv6.c [RESEND ].
by Rami Rosen
· 17 years ago
cb61cb9
udp: sk_drops handling
by Eric Dumazet
· 17 years ago
caea902
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
33de014
inet6: add struct net argument to inet6_ehashfn
by Pavel Emelyanov
· 17 years ago
2086a65
inet: add struct net argument to inet_lhashfn
by Pavel Emelyanov
· 17 years ago
19c7578
udp: add struct net argument to udp_hashfn
by Pavel Emelyanov
· 17 years ago
e316349
udp: provide a struct net pointer for __udp[46]_lib_mcast_deliver
by Pavel Emelyanov
· 17 years ago
d626628
udp: introduce a udp_hashfn function
by Pavel Emelyanov
· 17 years ago
2b4743b
ipv6 sit: Avoid extra need for compat layer in PRL management.
by YOSHIFUJI Hideaki
· 17 years ago
7d06b2e
net: change proto destroy method to return void
by Brian Haley
· 17 years ago
4ae127d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
5155857
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
f23d60d
ipv6: Fix duplicate initialization of rawv6_prot.destroy
by David S. Miller
· 17 years ago
e6e30ad
Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-next
by David S. Miller
· 17 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 17 years ago
1717699
ipv6: Fail with appropriate error code when setting not-applicable sockopt.
by YOSHIFUJI Hideaki
· 17 years ago
28d4488
ipv6: Check IPV6_MULTICAST_LOOP option value.
by YOSHIFUJI Hideaki
· 17 years ago
e8766fc
ipv6: Check the hop limit setting in ancillary data.
by Shan Wei
· 17 years ago
36e3dea
ipv6 route: Fix route lifetime in netlink message.
by YOSHIFUJI Hideaki
· 17 years ago
20c61fb
ipv6 mcast: Check address family of gf_group in getsockopt(MS_FILTER).
by YOSHIFUJI Hideaki
· 17 years ago
Next »