index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
fou.c
Age
Commit message (
Expand
)
Author
2016-01-10
udp: restrict offloads to one namespace
Hannes Frederic Sowa
2015-12-17
fou: clean up socket with kfree_rcu
Hannes Frederic Sowa
2015-08-29
fou: reject IPv6 config
Jiri Benc
2015-08-23
fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks
Tom Herbert
2015-08-23
gro: Fix remcsum offload to deal with frags in GRO
Tom Herbert
2015-04-16
fou: avoid missing unlock in failure path
WANG Cong
2015-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-13
fou: implement FOU_CMD_GET
WANG Cong
2015-04-13
fou: add network namespace support
WANG Cong
2015-04-13
fou: always use be16 for port
WANG Cong
2015-04-13
fou: exit early when parsing config fails
WANG Cong
2015-04-13
fou: avoid calling udp_del_offload() twice
WANG Cong
2015-04-08
fou: Don't use const __read_mostly
Andi Kleen
2015-02-11
gue: Use checksum partial with remote checksum offload
Tom Herbert
2015-02-11
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
Tom Herbert
2015-02-11
net: Fix remcsum in GRO path to not change packet
Tom Herbert
2015-02-04
net: add skb functions to process remote checksum offload
Tom Herbert
2015-01-14
udp: pass udp_offload struct to UDP gro callbacks
Tom Herbert
2015-01-06
ip: Move checksum convert defines to inet
Tom Herbert
2014-11-26
gue: Call remcsum_adjust
Tom Herbert
2014-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-11-13
FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS
Thomas Graf
2014-11-12
ip_tunnel: Ops registration for secondary encap (fou, gue)
Tom Herbert
2014-11-10
udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.
Jesse Gross
2014-11-05
gue: Receive side of remote checksum offload
Tom Herbert
2014-11-05
gue: TX support for using remote checksum offload option
Tom Herbert
2014-11-05
gue: Add infrastructure for flags and options
Tom Herbert
2014-11-05
net: Move fou_build_header into fou.c and refactor
Tom Herbert
2014-10-18
ipv4: fix a potential use after free in fou.c
Li RongQing
2014-10-03
gue: Receive side for Generic UDP Encapsulation
Tom Herbert
2014-10-03
fou: eliminate IPv4,v6 specific GRO functions
Tom Herbert
2014-09-19
fou: Add GRO support
Tom Herbert
2014-09-19
fou: Support for foo-over-udp RX path
Tom Herbert