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-20
udp: prevent skbs lingering in tunnel socket queues
Hannes Frederic Sowa
1
-1
/
+1
2016-05-20
ip6_gre: Do not allow segmentation offloads GRE_CSUM is enabled with FOU/GUE
Alexander Duyck
1
-4
/
+8
2016-05-20
ipv6: Don't reset inner headers in ip6_tnl_xmit
Tom Herbert
1
-5
/
+0
2016-05-20
ip4ip6: Support for GSO/GRO
Tom Herbert
2
-1
/
+37
2016-05-20
ip6ip6: Support for GSO/GRO
Tom Herbert
2
-3
/
+26
2016-05-20
ipv6: Set features for IPv6 tunnels
Tom Herbert
1
-0
/
+9
2016-05-20
ip6_tunnel: Add support for fou/gue encapsulation
Tom Herbert
1
-0
/
+72
2016-05-20
ip6_gre: Add support for fou/gue encapsulation
Tom Herbert
1
-4
/
+75
2016-05-20
fou: Add encap ops for IPv6 tunnels
Tom Herbert
2
-0
/
+141
2016-05-20
ip6_tun: Add infrastructure for doing encapsulation
Tom Herbert
1
-13
/
+81
2016-05-20
ipv6: Change "final" protocol processing for encapsulation
Tom Herbert
1
-1
/
+14
2016-05-20
ipv6: Fix nexthdr for reinjection
Tom Herbert
1
-3
/
+15
2016-05-20
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2
-4
/
+4
2016-05-20
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
2
-31
/
+0
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
[next]