index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-06
net: vrf: Create FIB tables on link create
David Ahern
1
-0
/
+1
2016-05-06
net: ipv6: tcp reset, icmp need to consider L3 domain
David Ahern
2
-4
/
+8
2016-05-05
netfilter: x_tables: get rid of old and inconsistent debugging
Pablo Neira Ayuso
1
-188
/
+41
2016-05-04
gre6: add Kconfig dependency for NET_IPGRE_DEMUX
Arnd Bergmann
1
-0
/
+1
2016-05-04
gre: change gre_parse_header to return the header length
Jiri Benc
1
-1
/
+2
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+1
2016-05-03
ipv6/ila: fix nlsize calculation for lwtunnel
Nicolas Dichtel
1
-2
/
+1
2016-05-03
ipv6: add new struct ipcm6_cookie
Wei Wang
8
-86
/
+92
2016-05-02
gre6: Cleanup GREv6 transmit path, call common GRE functions
Tom Herbert
1
-202
/
+50
2016-05-02
ipv6: Generic tunnel cleanup
Tom Herbert
1
-2
/
+5
2016-05-02
ipv6: Create ip6_tnl_xmit
Tom Herbert
1
-17
/
+30
2016-05-02
gre6: Cleanup GREv6 receive path, call common GRE functions
Tom Herbert
1
-117
/
+23
2016-05-02
ipv6: Cleanup IPv6 tunnel receive path
Tom Herbert
1
-70
/
+142
2016-05-02
udp: prepare for non BH masking at backlog processing
Eric Dumazet
1
-2
/
+2
2016-05-02
tcp: do not assume TCP code is non preemptible
Eric Dumazet
1
-6
/
+6
2016-04-29
netfilter: fix IS_ERR_VALUE usage
Pablo Neira Ayuso
1
-2
/
+4
2016-04-27
ipv6: kill ICMP6MSGIN_INC_STATS_BH()
Eric Dumazet
1
-1
/
+1
2016-04-27
ipv6: rename IP6_UPD_PO_STATS_BH()
Eric Dumazet
1
-2
/
+2
2016-04-27
ipv6: rename IP6_INC_STATS_BH()
Eric Dumazet
5
-84
/
+84
2016-04-27
net: rename NET_{ADD|INC}_STATS_BH()
Eric Dumazet
3
-11
/
+11
2016-04-27
net: rename ICMP6_INC_STATS_BH()
Eric Dumazet
3
-9
/
+9
2016-04-27
net: tcp: rename TCP_INC_STATS_BH
Eric Dumazet
1
-7
/
+7
2016-04-27
net: udp: rename UDP_INC_STATS_BH()
Eric Dumazet
1
-19
/
+19
2016-04-27
net: snmp: kill various STATS_USER() helpers
Eric Dumazet
1
-25
/
+24
2016-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-33
/
+15
2016-04-27
net: ipv6: Use passed in table for nexthop lookups
David Ahern
1
-2
/
+38
2016-04-26
net: ipv6: Delete host routes on an ifdown
David Ahern
1
-33
/
+15
2016-04-26
Revert "ipv6: Revert optional address flusing on ifdown."
David S. Miller
1
-12
/
+150
2016-04-26
ila: add checksum neutral ILA translations
Tom Herbert
4
-15
/
+105
2016-04-26
ila: xlat changes
Tom Herbert
1
-69
/
+34
2016-04-26
ila: Add struct definitions and helpers
Tom Herbert
4
-82
/
+161
2016-04-25
net: better drop monitoring in ip{6}_recv_error()
Eric Dumazet
1
-5
/
+5
2016-04-25
ipv6: Revert optional address flusing on ifdown.
David S. Miller
1
-150
/
+12
2016-04-25
ipv6: use nla_put_u64_64bit()
Nicolas Dichtel
2
-7
/
+11
2016-04-25
netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output retur...
Liping Zhang
1
-1
/
+1
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-241
/
+79
2016-04-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-68
/
+143
2016-04-21
ip6mr: align RTA_MFC_STATS on 64-bit
Nicolas Dichtel
1
-2
/
+2
2016-04-19
net/ipv6/addrconf: fix sysctl table indentation
Konstantin Khlebnikov
1
-309
/
+307
2016-04-19
net/ipv6/addrconf: simplify sysctl registration
Konstantin Khlebnikov
1
-26
/
+17
2016-04-16
ip6gre: Add support for GSO
Alexander Duyck
1
-23
/
+33
2016-04-16
ip6gre: Add support for basic offloads offloads excluding GSO
Alexander Duyck
1
-2
/
+21
2016-04-16
ip6gretap: Fix MTU to allow for Ethernet header
Alexander Duyck
1
-0
/
+2
2016-04-16
ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb
Alexander Duyck
1
-8
/
+6
2016-04-15
tcp: do not mess with listener sk_wmem_alloc
Eric Dumazet
1
-2
/
+2
2016-04-14
ipv6: udp: Do a route lookup and update during release_cb
Martin KaFai Lau
2
-0
/
+21
2016-04-14
ipv6: datagram: Update dst cache of a connected datagram sk during pmtu update
Martin KaFai Lau
2
-9
/
+23
2016-04-14
ipv6: datagram: Refactor dst lookup and update codes to a new function
Martin KaFai Lau
1
-46
/
+57
2016-04-14
ipv6: datagram: Refactor flowi6 init codes to a new function
Martin KaFai Lau
1
-20
/
+30
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
1
-1
/
+9
[prev]
[next]