- 8d65cd8 fou: remove sparse errors by Eric Dumazet · 3 years, 4 months ago
- 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
- 2bdcc73 net: ipv4: delete repeated words by Randy Dunlap · 4 years, 4 months ago
- 67c20de net: Add MODULE_DESCRIPTION entries to network modules by Rob Gill · 4 years, 7 months ago
- bb48eb9 fou: Fix IPv6 netlink policy by Kristian Evensen · 5 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
- 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 526bb57 net: fou: remove redundant code in gue_udp_recv by Lorenzo Bianconi · 6 years ago
- 988dc4a net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recv by Lorenzo Bianconi · 6 years ago
- c9d52f2 fou: correct spelling of encapsulation by Simon Horman · 6 years ago
- 1713cb3 fou: Support binding FoU socket by Kristian Evensen · 6 years ago
- 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
- 5355ed6 fou, fou6: avoid uninit-value in gue_err() and gue6_err() by Eric Dumazet · 6 years ago
- 26fc181 fou, fou6: do not assume linear skbs by Eric Dumazet · 6 years ago
- bc6e019 fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite by Stefano Brivio · 6 years ago
- 1178903 fou: Prevent unbounded recursion in GUE error handler by Stefano Brivio · 6 years ago
- b8a51b3 fou, fou6: ICMP error handlers for FoU and GUE by Stefano Brivio · 6 years ago
- 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
- d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
- 1bff8a0 gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDP by K. Den · 7 years ago
- 9dc621a fou: make local function static by stephen hemminger · 8 years ago
- 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
- 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
- a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
- fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
- 3f18ff2 fou: make nla_policy const by stephen hemminger · 8 years ago
- c1e48af gue: Implement direction IP encapsulation by Tom Herbert · 9 years ago
- 5f914b6 fou: Support IPv6 in fou by Tom Herbert · 9 years ago
- dc969b8 fou: Split out {fou,gue}_build_header by Tom Herbert · 9 years ago
- 440924b fou: Call setup_udp_tunnel_sock by Tom Herbert · 9 years ago
- e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- 229740c udp_offload: Set encapsulation before inner completes. by Jarno Rajahalme · 9 years ago
- 43b8448 udp_tunnel: Remove redundant udp_tunnel_gro_complete(). by Jarno Rajahalme · 9 years ago
- aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 9 years ago
- ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
- a0ca153 GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU by Alexander Duyck · 9 years ago
- d92283e fou: change to use UDP socket GRO by Tom Herbert · 9 years ago
- c348338 gro: Allow tunnel stacking in the case of FOU/GUE by Alexander Duyck · 9 years ago
- a09a4c8 tunnels: Remove encapsulation offloads on decap. by Jesse Gross · 9 years ago
- c194cf9 gro: Defer clearing of flush bit in tunnel paths by Alexander Duyck · 9 years ago
- 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 9 years ago
- 06f6229 fou: enable LCO in FOU and GUE by Edward Cree · 9 years ago
- 787d7ac udp: restrict offloads to one namespace by Hannes Frederic Sowa · 9 years ago
- 3036fac fou: clean up socket with kfree_rcu by Hannes Frederic Sowa · 9 years ago
- b9b6695 fou: reject IPv6 config by Jiri Benc · 9 years ago
- 2701366 fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks by Tom Herbert · 9 years ago
- b7fe10e gro: Fix remcsum offload to deal with frags in GRO by Tom Herbert · 9 years ago
- 540207a fou: avoid missing unlock in failure path by WANG Cong · 10 years ago
- 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 7a6c8c3 fou: implement FOU_CMD_GET by WANG Cong · 10 years ago
- 02d793c fou: add network namespace support by WANG Cong · 10 years ago
- 4cbcdf2 fou: always use be16 for port by WANG Cong · 10 years ago
- 6727063 fou: exit early when parsing config fails by WANG Cong · 10 years ago
- 9272f04 fou: avoid calling udp_del_offload() twice by WANG Cong · 10 years ago
- 5eeb292 fou: Don't use const __read_mostly by Andi Kleen · 10 years ago
- fe881ef gue: Use checksum partial with remote checksum offload by Tom Herbert · 10 years ago
- 15e2396 net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload by Tom Herbert · 10 years ago
- 26c4f7d net: Fix remcsum in GRO path to not change packet by Tom Herbert · 10 years ago
- dcdc899 net: add skb functions to process remote checksum offload by Tom Herbert · 10 years ago
- a2b12f3 udp: pass udp_offload struct to UDP gro callbacks by Tom Herbert · 10 years ago
- 224d019 ip: Move checksum convert defines to inet by Tom Herbert · 10 years ago
- 4fd671d gue: Call remcsum_adjust by Tom Herbert · 10 years ago
- 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- 882288c FOU: Fix no return statement warning for !CONFIG_NET_FOU_IP_TUNNELS by Thomas Graf · 10 years ago
- a8c5f90 ip_tunnel: Ops registration for secondary encap (fou, gue) by Tom Herbert · 10 years ago
- cfdf1e1 udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. by Jesse Gross · 10 years ago
- a8d31c1 gue: Receive side of remote checksum offload by Tom Herbert · 10 years ago
- b17f709 gue: TX support for using remote checksum offload option by Tom Herbert · 10 years ago
- 5024c33 gue: Add infrastructure for flags and options by Tom Herbert · 10 years ago
- 63487ba net: Move fou_build_header into fou.c and refactor by Tom Herbert · 10 years ago
- d8f00d2 ipv4: fix a potential use after free in fou.c by Li RongQing · 10 years ago
- 37dd024 gue: Receive side for Generic UDP Encapsulation by Tom Herbert · 10 years ago
- efc98d0 fou: eliminate IPv4,v6 specific GRO functions by Tom Herbert · 10 years ago
- afe9332 fou: Add GRO support by Tom Herbert · 10 years ago
- 23461551 fou: Support for foo-over-udp RX path by Tom Herbert · 10 years ago