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-16
tcp: minor optimizations around tcp_hdr() usage
Eric Dumazet
1
-3
/
+3
2016-05-16
sock: propagate __sock_cmsg_send() error
Eric Dumazet
1
-2
/
+3
2016-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2016-05-14
net/route: enforce hoplimit max value
Paolo Abeni
1
-0
/
+2
2016-05-13
udp: Resolve NULL pointer dereference over flow-based vxlan device
Alexander Duyck
1
-5
/
+3
2016-05-12
gre: Fix wrong tpi->proto in WCCP
Haishuang Yan
1
-1
/
+1
2016-05-12
ip6_gre: Fix get_size calculation for gre6 tunnel
Haishuang Yan
1
-3
/
+0
2016-05-11
net: l3mdev: Add hook in ip and ipv6
David Ahern
1
-0
/
+7
2016-05-11
ipv6: fix 4in6 tunnel receive path
Nicolas Dichtel
1
-1
/
+1
2016-05-10
ila: ipv6/ila: fix nlsize calculation for lwtunnel
Tom Herbert
1
-2
/
+4
2016-05-10
ip6_gre: Use correct flags for reading TUNNEL_SEQ
Tom Herbert
1
-2
/
+2
2016-05-10
ip6: Don't set transport header in IPv6 tunneling
Tom Herbert
1
-2
/
+0
2016-05-10
ip6_gre: Set inner protocol correctly in __gre6_xmit
Tom Herbert
1
-1
/
+1
2016-05-10
gre6: Fix flag translations
Tom Herbert
1
-8
/
+12
2016-05-10
ip6_gre: Fix MTU setting
Tom Herbert
1
-16
/
+13
2016-05-09
net: l3mdev: Move get_saddr and rt6_dst
David Ahern
1
-1
/
+1
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+8
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-191
/
+46
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
[next]