index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv6: cleanup for tcp_ipv6.c
Weilong Chen
2013-12-26
1
-11
/
+11
*
netconf: add support for IPv6 proxy_ndp
stephen hemminger
2013-12-22
1
-1
/
+48
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2013-12-19
9
-20
/
+12
|
\
|
*
net: Remove FLOWI_FLAG_CAN_SLEEP
Steffen Klassert
2013-12-06
9
-20
/
+12
*
|
ipv6: support IPV6_PMTU_INTERFACE on sockets
Hannes Frederic Sowa
2013-12-18
4
-5
/
+11
*
|
inet: make no_pmtu_disc per namespace and kill ipv4_config
Hannes Frederic Sowa
2013-12-18
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-12-18
7
-10
/
+9
|
\
\
|
*
|
netfilter: SYNPROXY target: restrict to INPUT/FORWARD
Patrick McHardy
2013-12-11
1
-0
/
+1
|
*
|
ipv6: do not erase dst address with flow label destination
Florent Fourcot
2013-12-10
4
-4
/
+0
|
*
|
inet: fix NULL pointer Oops in fib(6)_rule_suppress
Stefan Tomanek
2013-12-10
1
-1
/
+5
|
*
|
ipv6: don't count addrconf generated routes against gc limit
Hannes Frederic Sowa
2013-12-09
1
-5
/
+3
|
|
/
*
|
net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()
Jerry Chu
2013-12-15
1
-8
/
+4
*
|
ipv6: fix compiler warning in ipv6_exthdrs_len
Hannes Frederic Sowa
2013-12-14
1
-4
/
+5
*
|
ipv6: fix incorrect type in declaration
Florent Fourcot
2013-12-12
1
-1
/
+2
*
|
net-gro: Prepare GRO stack for the upcoming tunneling support
Jerry Chu
2013-12-12
2
-13
/
+47
*
|
ipv6: router reachability probing
Jiri Benc
2013-12-11
1
-6
/
+10
*
|
ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag format
Jiri Pirko
2013-12-10
1
-2
/
+2
*
|
ipv6: use ip6_flowinfo helper
Florent Fourcot
2013-12-09
1
-2
/
+1
*
|
ipv6: add ip6_flowlabel helper
Florent Fourcot
2013-12-09
2
-2
/
+2
*
|
ipv6: remove rcv_tclass of ipv6_pinfo
Florent Fourcot
2013-12-09
2
-6
/
+2
*
|
ipv6: move IPV6_TCLASS_MASK definition in ipv6.h
Florent Fourcot
2013-12-09
2
-2
/
+0
*
|
ipv6: add flowinfo for tcp6 pkt_options for all cases
Florent Fourcot
2013-12-09
2
-0
/
+8
*
|
neigh: ipv6: respect default values set before an address is assigned to device
Jiri Pirko
2013-12-09
1
-0
/
+2
*
|
neigh: use tbl->family to distinguish ipv4 from ipv6
Jiri Pirko
2013-12-09
2
-2
/
+2
*
|
neigh: wrap proc dointvec functions
Jiri Pirko
2013-12-09
1
-5
/
+5
*
|
neigh: convert parms to an array
Jiri Pirko
2013-12-09
2
-24
/
+31
*
|
ipv6 addrconf: introduce IFA_F_MANAGETEMPADDR to tell kernel to manage tempor...
Jiri Pirko
2013-12-06
1
-72
/
+99
*
|
ipv6 addrconf: extend ifa_flags to u32
Jiri Pirko
2013-12-06
1
-12
/
+20
*
|
ipv6: consistent use of IP6_INC_STATS_BH() in ip6_forward()
Eric Dumazet
2013-12-06
1
-11
/
+14
*
|
ipv4/ipv6: Fix FSF address in file headers
Jeff Kirsher
2013-12-06
7
-14
/
+7
|
/
*
IPv6: Fixed support for blackhole and prohibit routes
Kamala R
2013-12-02
1
-12
/
+10
*
ipv6: fix third arg of anycast_dst_alloc(), must be bool.
François-Xavier Le Bail
2013-12-02
1
-1
/
+1
*
ipv6: judge the accept_ra_defrtr before calling rt6_route_rcv
Duan Jiong
2013-12-02
1
-0
/
+3
*
ipv6: fix possible seqlock deadlock in ip6_finish_output2
Hannes Frederic Sowa
2013-11-30
1
-2
/
+2
*
net: remove outdated comment for ipv4 and ipv6 protocol handler
Baker Zhang
2013-11-28
1
-4
/
+0
*
sit: use kfree_skb to replace dev_kfree_skb
Gao feng
2013-11-28
1
-3
/
+3
*
ipv6: fix leaking uninitialized port number of offender sockaddr
Hannes Frederic Sowa
2013-11-23
1
-0
/
+1
*
inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...
Hannes Frederic Sowa
2013-11-23
4
-7
/
+11
*
sit: generate icmpv6 error when receiving icmpv4 error
Oussama Ghorbel
2013-11-23
1
-6
/
+38
*
gro: Clean up tcpX_gro_receive checksum verification
Herbert Xu
2013-11-23
1
-17
/
+10
*
gro: Only verify TCP checksums for candidates
Herbert Xu
2013-11-23
1
-0
/
+5
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2013-11-21
1
-0
/
+1
|
\
|
*
netfilter: synproxy: send mss option to backend
Martin Topholm
2013-11-18
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2013-11-19
7
-48
/
+41
|
\
\
|
*
|
ipv6: Fix inet6_init() cleanup order
Vlad Yasevich
2013-11-18
1
-2
/
+2
|
*
|
inet: prevent leakage of uninitialized memory to user in recv syscalls
Hannes Frederic Sowa
2013-11-18
2
-7
/
+2
|
*
|
net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n
Fabio Estevam
2013-11-18
1
-1
/
+1
|
*
|
ip6tnl: fix use after free of fb_tnl_dev
Nicolas Dichtel
2013-11-14
1
-5
/
+13
|
*
|
sit/gre6: don't try to add the same route two times
Nicolas Dichtel
2013-11-14
1
-3
/
+0
|
*
|
sit: link local routes are missing
Nicolas Dichtel
2013-11-14
1
-19
/
+5
[next]