Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-28genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-11net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi
2019-04-11net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-04-11fou: correct spelling of encapsulationSimon Horman
2019-03-27fou: Support binding FoU socketKristian Evensen
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-09fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet
2019-01-16fou, fou6: do not assume linear skbsEric Dumazet
2019-01-05fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio
2018-12-18fou: Prevent unbounded recursion in GUE error handlerStefano Brivio
2018-11-09fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2017-08-02gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den
2017-05-21fou: make local function staticstephen hemminger
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-09-02fou: make nla_policy conststephen hemminger
2016-06-08gue: Implement direction IP encapsulationTom Herbert
2016-05-21fou: Support IPv6 in fouTom Herbert
2016-05-21fou: Split out {fou,gue}_build_headerTom Herbert
2016-05-21fou: Call setup_udp_tunnel_sockTom Herbert
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-07udp_offload: Set encapsulation before inner completes.Jarno Rajahalme
2016-05-07udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme
2016-04-17ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck
2016-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2016-04-07fou: change to use UDP socket GROTom Herbert
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross
2016-03-13gro: Defer clearing of flush bit in tunnel pathsAlexander Duyck
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2016-02-12fou: enable LCO in FOU and GUEEdward Cree
2016-01-11udp: restrict offloads to one namespaceHannes Frederic Sowa
2015-12-17fou: clean up socket with kfree_rcuHannes Frederic Sowa
2015-08-29fou: reject IPv6 configJiri Benc
2015-08-24fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert
2015-08-24gro: Fix remcsum offload to deal with frags in GROTom Herbert
2015-04-16fou: avoid missing unlock in failure pathWANG Cong
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-13fou: implement FOU_CMD_GETWANG Cong
2015-04-13fou: add network namespace supportWANG Cong
2015-04-13fou: always use be16 for portWANG Cong