summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-18net: dsa: sja1105: fix checks for VLAN state in gate actionVladimir Oltean
2020-06-18net: dsa: sja1105: fix checks for VLAN state in redirect actionVladimir Oltean
2020-06-18net: dsa: sja1105: remove debugging code in sja1105_vl_gateVladimir Oltean
2020-06-18Merge branch 'act_gate-fixes'David S. Miller
2020-06-18net/sched: act_gate: fix configuration of the periodic timerDavide Caratti
2020-06-18net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti
2020-06-18ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo
2020-06-18ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo
2020-06-18net: core: reduce recursion limit valueTaehee Yoo
2020-06-18net: fix memleak in register_netdevice()Yang Yingliang
2020-06-18net: ethernet: mvneta: Add 2500BaseX support for SoCs without comphySascha Hauer
2020-06-18net: ethernet: mvneta: Fix Serdes configuration for SoCs without comphySascha Hauer
2020-06-17ionic: export features for vlans to useShannon Nelson
2020-06-17ionic: no link check while resetting queuesShannon Nelson
2020-06-17rxrpc: Fix afs large storage transmission performance dropDavid Howells
2020-06-17rxrpc: Fix handling of rwind from an ACK packetDavid Howells
2020-06-17net: usb: ax88179_178a: fix packet alignment paddingJeremy Kerr
2020-06-17rxrpc: Fix trace stringDavid Howells
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-17bpf: Document optval > PAGE_SIZE behavior for sockopt hooksStanislav Fomichev
2020-06-17selftests/bpf: Make sure optvals > PAGE_SIZE are bypassedStanislav Fomichev
2020-06-17bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev
2020-06-17devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen
2020-06-17xdp: Handle frame_sz in xdp_convert_zc_to_xdp_frame()Hangbin Liu
2020-06-17tools, bpftool: Add ringbuf map type to map command docsTobias Klauser
2020-06-17bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko
2020-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-16Merge tag 'afs-fixes-20200616' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-16Documentation: remove SH-5 index entriesRandy Dunlap
2020-06-16Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-06-16x86/purgatory: Add -fno-stack-protectorArvind Sankar
2020-06-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2020-06-16e1000e: fix unused-function warningArnd Bergmann
2020-06-16e1000: use generic power managementVaibhav Gupta
2020-06-16e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu
2020-06-16lan743x: add MODULE_DEVICE_TABLE for module loading aliasTim Harvey
2020-06-16afs: Fix silly renameDavid Howells
2020-06-16mlxsw: spectrum: Adjust headroom buffers for 8x portsIdo Schimmel
2020-06-16bareudp: Fixed configuration to avoid having garbage valuesMartin
2020-06-16mvpp2: remove module bugfixSven Auhagen
2020-06-16tcp: grow window for OOO packets only for SACK flowsEric Dumazet
2020-06-16Merge tag 'mfd-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2020-06-16afs: afs_vnode_commit_status() doesn't need to check the RPC errorDavid Howells
2020-06-16afs: Fix use of afs_check_for_remote_deletion()David Howells
2020-06-16afs: Remove afs_operation::abort_codeDavid Howells
2020-06-16afs: Fix yfs_fs_fetch_status() to honour vnode selectorDavid Howells
2020-06-16afs: Remove yfs_fs_fetch_file_status() as it's not usedDavid Howells
2020-06-16bpf, xdp, samples: Fix null pointer dereference in *_user codeGaurav Singh
2020-06-16mfd: mt6360: Fix register driver NULL pointer by adding driver nameGene Chen
2020-06-15w1: Replace zero-length array with flexible-arrayGustavo A. R. Silva