Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1de5a71c3e6eae2fbf15e9a9e13a8fc269bb82bc
/
net
/
ipv6
1de5a71
ipv6: correct the ipv6 option name - Pad0 to Pad1
by Eldad Zack
· 12 years ago
a2a385d
tcp: bool conversions
by Eric Dumazet
· 12 years ago
675418d
net: ipv6: ndisc: Neaten ND_PRINTx macros
by Joe Perches
· 12 years ago
c727e7f
Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by David S. Miller
· 12 years ago
91df42b
net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 12 years ago
f321383
net: ipv6: Standardize prefixes for message logging
by Joe Perches
· 12 years ago
211ed86
net: delete all instances of special processing for token ring
by Paul Gortmaker
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
7e15252
xfrm: make xfrm_algo.c a module
by Jan Beulich
· 12 years ago
647c0c7
net/ipv6/af_inet6.c: checkpatch cleanup
by Eldad Zack
· 13 years ago
06a4c1c
6lowpan: IPv6 link local address
by alex.bluesman.smirnov@gmail.com
· 12 years ago
84018f5
netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()
by Hans Schillstrom
· 13 years ago
d16cf20
netfilter: remove ip_queue support
by Pablo Neira Ayuso
· 13 years ago
bd14b1b
tcp: be more strict before accepting ECN negociation
by Eric Dumazet
· 13 years ago
a495f83
ipv6: Export ipv6 functions for use by other protocols
by Chris Elston
· 13 years ago
d7f3f62
net/ipv6/udp: UDP encapsulation: introduce encap_rcv hook into IPv6
by Benjamin LaHaise
· 13 years ago
cb80ef4
net/ipv6/udp: UDP encapsulation: move socket locking into udpv6_queue_rcv_skb()
by Benjamin LaHaise
· 13 years ago
f7ad74f
net/ipv6/udp: UDP encapsulation: break backlog_rcv into __udpv6_queue_rcv_skb
by Benjamin LaHaise
· 13 years ago
6746960
ipv6: RTAX_FEATURE_ALLFRAG causes inefficient TCP segment sizing
by Eric Dumazet
· 13 years ago
808db80
ipv6: call consume_skb() in frag/reassembly
by Eric Dumazet
· 13 years ago
f240019
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
da882c1
tcp: sk_add_backlog() is too agressive for TCP
by Eric Dumazet
· 13 years ago
f545a38
net: add a limit parameter to sk_add_backlog()
by Eric Dumazet
· 13 years ago
ac807fa
tcp: Fix build warning after tcp_{v4,v6}_init_sock consolidation.
by David S. Miller
· 13 years ago
d135c52
tcp: fix TCP_MAXSEG for established IPv6 passive sockets
by Neal Cardwell
· 13 years ago
900f65d
tcp: move duplicate code from tcp_v4_init_sock()/tcp_v6_init_sock()
by Neal Cardwell
· 13 years ago
4a17fd5
sock: Introduce named constants for sk_reuse
by Pavel Emelyanov
· 13 years ago
a5347fe
net: Delete all remaining instances of ctl_path
by Eric W. Biederman
· 13 years ago
ec8f23c
net: Convert all sysctl registrations to register_net_sysctl
by Eric W. Biederman
· 13 years ago
6105e29
net ipv6: Convert addrconf to use register_net_sysctl
by Eric W. Biederman
· 13 years ago
6dceb03
net ipv6: Don't use sysctl tables with .child entries.
by Eric W. Biederman
· 13 years ago
a5287ac
net ipv6: Remove unneded registration of an empty net/ipv6/neigh
by Eric W. Biederman
· 13 years ago
5dd3df1
net: Move all of the network sysctls without a namespace into init_net.
by Eric W. Biederman
· 13 years ago
4344475
net: Kill register_sysctl_rotable
by Eric W. Biederman
· 13 years ago
ab185d7
ipv6: tcp: dont drop packet but consume it
by Eric Dumazet
· 13 years ago
9ff2644
ip6_tunnel: dont drop packet but consume it
by Eric Dumazet
· 13 years ago
56845d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
cf22f9a
ipv6: Remove unused argument to addrconf_dad_start().
by David S. Miller
· 13 years ago
aacd928
tcp: bind() use stronger condition for bind_conflict
by Alex Copot
· 13 years ago
87b6d21
tunnel: implement 64 bits statistics
by stephen hemminger
· 13 years ago
1716a96
ipv6: fix problem with expired dst cache
by Gao feng
· 13 years ago
011e3c6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
c1412fc
net/ipv6/exthdrs.c: Strict PadN option checking
by Eldad Zack
· 13 years ago
174808a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
6fdbd16
net/ipv6/ipv6_sockglue.c: Removed redundant extern
by Eldad Zack
· 13 years ago
e35f30c
Treat ND option 31 as userland (DNSSL support)
by Alexey I. Froloff
· 13 years ago
94fb175
Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengine
by Linus Torvalds
· 13 years ago
06eb4ea
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
95ad2f8
netfilter: ip6_tables: ip6t_ext_hdr is now static inline
by Pablo Neira Ayuso
· 13 years ago
a2bd114
netdma: adding alignment check for NETDMA ops
by Dave Jiang
· 13 years ago
ce713ee
net: replace continue with break to reduce unnecessary loop in xxx_xmarksources
by RongQing.Li
· 13 years ago
78d5021
ipv6: fix array index in ip6_mc_add_src()
by RongQing.Li
· 13 years ago
2173bff
ipv6: Fix 'inet6_rtm_getroute' to release 'rt->dst' in case of 'alloc_skb' failure
by Shmulik Ladkani
· 13 years ago
ed359a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
8e5e8f3
net/ipv6/addrconf.c: Checkpatch cleanups
by Eldad Zack
· 13 years ago
a2d91a0
net/ipv6/icmp.c: Checkpatch cleanups
by Eldad Zack
· 13 years ago
911c854
net/ipv6/fib6_rules.c: Checkpatch cleanup
by Eldad Zack
· 13 years ago
81bd60b
net/ipv6/exthdrs_core.c: Checkpatch cleanups
by Eldad Zack
· 13 years ago
ac3c817
net/ipv6/exthdrs.c: Checkpatch cleanups
by Eldad Zack
· 13 years ago
b5a4257
net/ipv6/datagram.c: Checkpatch cleanups
by Eldad Zack
· 13 years ago
d94d34a
net/ipv6/addrconf_core.c: Checkpatch cleanup
by Eldad Zack
· 13 years ago
3e86670
net/ipv6/sit.c: Checkpatch cleanup
by Eldad Zack
· 13 years ago
e549a6b
netfilter: ipv6: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
c78679e
ipv6: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
72331bc
ipv6: Fix RTM_GETROUTE's interpretation of RTA_IIF to be consistent with ipv4
by Shmulik Ladkani
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
94f826b
net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()
by Eric Dumazet
· 13 years ago
523f610
netfilter: remove forward module param confusion.
by Rusty Russell
· 13 years ago
1f85851
ipv6: fix incorrent ipv6 ipsec packet fragment
by Gao feng
· 13 years ago
4da0bd73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
c5779237
ipv6: Don't dev_hold(dev) in ip6_mc_find_dev_rcu.
by RongQing.Li
· 13 years ago
122bdf6
ipv6: fix icmp6_dst_alloc()
by Eric Dumazet
· 13 years ago
8b2aaed
ipv6: Fix Smatch warning.
by Li Wei
· 13 years ago
b2d3298
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
5097846
netfilter: add cttimeout infrastructure for fine timeout tuning
by Pablo Neira Ayuso
· 13 years ago
2c8503f
netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet
by Pablo Neira Ayuso
· 13 years ago
6939c33
netfilter: merge ipt_LOG and ip6_LOG into xt_LOG
by Richard Weinberger
· 13 years ago
d6ddef9
IPv6: Fix not join all-router mcast group when forwarding set.
by Li Wei
· 13 years ago
ff4783c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
0360689
ipsec: be careful of non existing mac headers
by Eric Dumazet
· 13 years ago
5095d64
ipv6: ip6_route_output() never returns NULL.
by RongQing.Li
· 13 years ago
3f518bf
datagram: Add offset argument to __skb_recv_datagram
by Pavel Emelyanov
· 13 years ago
4c507d2
net: implement IP_RECVTOS for IP_PKTOPTIONS
by Jiri Benc
· 13 years ago
7a3198a
ipv6: helper function to get tclass
by Jiri Benc
· 13 years ago
c4062df
ipv6: Implement IPV6_UNICAST_IF socket option.
by Erich E. Hoover
· 13 years ago
f79d52c
ipv6: Remove never used function inet6_ac_check().
by David S. Miller
· 13 years ago
658ddaa
tcp: md5: RST: getting md5 key from listener
by Shawn Lu
· 13 years ago
5b11b2e
xfrm6: remove unneeded NULL check in __xfrm6_output()
by Dan Carpenter
· 13 years ago
a8afca0
tcp: md5: protects md5sig_info with RCU
by Eric Dumazet
· 13 years ago
a915da9b
tcp: md5: rcu conversion
by Eric Dumazet
· 13 years ago
a2d9124
tcp: md5: remove obsolete md5_add() method
by Eric Dumazet
· 13 years ago
5de658f
ipv6: fix RFC5722 comment
by Eric Dumazet
· 13 years ago
c45a3df
ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().
by David S. Miller
· 13 years ago
4991969
ipv6: Remove neigh argument from ndisc_send_redirect()
by David S. Miller
· 13 years ago
5339ab8
ipv6: fib: Convert fib6_age() to dst_neigh_lookup().
by David S. Miller
· 13 years ago
eb85718
ipv6: ndisc: Convert to dst_neigh_lookup()
by David S. Miller
· 13 years ago
a7563f3
ipv6: Use ipv6_addr_any()
by David S. Miller
· 13 years ago
1e2927b
ipv6: sit: Convert to dst_neigh_lookup()
by David S. Miller
· 13 years ago
Next »