aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/xen (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-19flow_offload: use flow_indr_block_cb_alloc/remove functionwenxu6-44/+44
2020-06-19flow_offload: add flow_indr_block_cb_alloc/remove functionwenxu2-0/+34
2020-06-19geneve: allow changing DF behavior after creationSabrina Dubroca1-0/+1
2020-06-19enetc: Fix HW_VLAN_CTAG_TX|RX togglingClaudiu Manoil3-16/+34
2020-06-19net: macb: undo operations in case of failureClaudiu Beznea1-2/+4
2020-06-19net: phy: Check harder for errors in get_phy_id()Florian Fainelli1-2/+4
2020-06-19of: of_mdio: Correct loop scanning logicFlorian Fainelli1-2/+7
2020-06-19net: ethernet: oki-semi: pch_gbe: fix spelling mistakeFlavio Suligoi1-1/+1
2020-06-19net: ethernet: neterion: vxge: fix spelling mistakeFlavio Suligoi1-1/+1
2020-06-18i40e: fix crash when Rx descriptor count is changedBjörn Töpel1-0/+3
2020-06-18ice: protect ring accesses with WRITE_ONCECiara Loftus2-5/+5
2020-06-18i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-10/+19
2020-06-18ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus2-9/+17
2020-06-18net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet2-1/+3
2020-06-18net: dsa: bcm_sf2: Fix node reference countFlorian Fainelli1-0/+2
2020-06-18net: ethtool: add missing NETIF_F_GSO_FRAGLIST feature stringAlexander Lobakin1-0/+1
2020-06-18tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezesDavid Christensen1-2/+2
2020-06-18bareudp: Fixed multiproto mode configurationMartin1-0/+3
2020-06-18s390/qeth: let isolation mode override HW offload restrictionsJulian Wiedmann1-2/+4
2020-06-18s390/qeth: fix error handling for isolation mode cmdsJulian Wiedmann1-4/+1
2020-06-18mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni1-8/+10
2020-06-18mptcp: cache msk on MP_JOIN init_reqPaolo Abeni2-22/+18
2020-06-18net: Fix the arp error in some casesguodeqing1-1/+1
2020-06-18net: dsa: sja1105: fix checks for VLAN state in gate actionVladimir Oltean1-1/+3
2020-06-18net: dsa: sja1105: fix checks for VLAN state in redirect actionVladimir Oltean1-1/+3
2020-06-18net: dsa: sja1105: remove debugging code in sja1105_vl_gateVladimir Oltean1-4/+0
2020-06-18net/sched: act_gate: fix configuration of the periodic timerDavide Caratti1-35/+55
2020-06-18net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti1-23/+13
2020-06-18ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo1-6/+8
2020-06-18ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo1-3/+6
2020-06-18net: core: reduce recursion limit valueTaehee Yoo1-1/+1
2020-06-18net: fix memleak in register_netdevice()Yang Yingliang1-0/+7
2020-06-18net: ethernet: mvneta: Add 2500BaseX support for SoCs without comphySascha Hauer1-0/+6
2020-06-18net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphySascha Hauer1-36/+44
2020-06-17ionic: export features for vlans to useShannon Nelson1-0/+1
2020-06-17ionic: no link check while resetting queuesShannon Nelson1-1/+2
2020-06-17rxrpc: Fix afs large storage transmission performance dropDavid Howells1-1/+1
2020-06-17rxrpc: Fix handling of rwind from an ACK packetDavid Howells1-4/+3
2020-06-17net: usb: ax88179_178a: fix packet alignment paddingJeremy Kerr1-5/+6
2020-06-17rxrpc: Fix trace stringDavid Howells1-1/+1
2020-06-17bpf: Document optval > PAGE_SIZE behavior for sockopt hooksStanislav Fomichev1-0/+14
2020-06-17selftests/bpf: Make sure optvals > PAGE_SIZE are bypassedStanislav Fomichev2-9/+91
2020-06-17bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev1-20/+33
2020-06-17devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen1-4/+6
2020-06-17xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu1-0/+1
2020-06-17tools, bpftool: Add ringbuf map type to map command docsTobias Klauser2-2/+2
2020-06-17bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko1-1/+1
2020-06-16Documentation: remove SH-5 index entriesRandy Dunlap1-12/+0
2020-06-16x86/purgatory: Add -fno-stack-protectorArvind Sankar1-0/+1
2020-06-16e1000e: fix unused-function warningArnd Bergmann1-11/+5