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
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet
2021-11-25gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-08-31fou: remove sparse errorsEric Dumazet
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-08-25net: ipv4: delete repeated wordsRandy Dunlap
2020-06-21net: Add MODULE_DESCRIPTION entries to network modulesRob Gill
2020-01-23fou: Fix IPv6 netlink policyKristian Evensen
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