aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-25net: phy: marvell: Fix build.David S. Miller
2018-09-25bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTERRoopa Prabhu
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-09-25net: dsa: lantiq_gswip: Depend on HAS_IOMEMHauke Mehrtens
2018-09-25Merge branch 'net-phy-Eliminate-unnecessary-soft'David S. Miller
2018-09-25net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli
2018-09-25net: phy: Stop with excessive soft resetFlorian Fainelli
2018-09-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2018-09-25Merge branch 'Refactor-classifier-API-to-work-with-Qdisc-blocks-without-rtnl-...David S. Miller
2018-09-25net: sched: use reference counting for tcf blocks on rules updateVlad Buslov
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov
2018-09-25net: sched: protect block idr with spinlockVlad Buslov
2018-09-25net: sched: implement functions to put and flush all chainsVlad Buslov
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov
2018-09-25net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov
2018-09-25net: sched: add helper function to take reference to QdiscVlad Buslov
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2018-09-25net: core: netlink: add helper refcount dec and lock functionVlad Buslov
2018-09-25i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel
2018-09-25i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski
2018-09-25i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel
2018-09-25i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek
2018-09-25i40e: fix double 'NIC Link is Down' messagesSergey Nemov
2018-09-25i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy
2018-09-25i40e: use declared variables for pf and hwPatryk Małek
2018-09-25i40e: Unset promiscuous settings on VF resetMariusz Stachura
2018-09-25i40e: Fix VF's link state notificationMariusz Stachura
2018-09-25tls: Fixed a memory leak during socket closeVakul Garg
2018-09-25tls: Fix socket mem accounting error under async encryptionVakul Garg
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-25net: macb: Clean 64b dma addresses if they are not detectedMichal Simek
2018-09-25Merge branch 'r8169-series-with-smaller-improvements'David S. Miller
2018-09-25r8169: improve a check in rtl_init_oneHeiner Kallweit
2018-09-25r8169: improve rtl8169_irq_mask_and_ackHeiner Kallweit
2018-09-25r8169: use default watchdog timeoutHeiner Kallweit
2018-09-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Greg Kroah-Hartman
2018-09-25Merge tag 'usb-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman
2018-09-25flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn
2018-09-25bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY mapsRoman Gushchin
2018-09-25Merge tag 'tty-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman
2018-09-25Merge tag 'char-misc-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-09-24dpaa2-eth: Make Rx flow hash key configurableIoana Ciocoi Radulescu
2018-09-24net: mvneta: fix the remaining Rx descriptor unmapping issuesAntoine Tenart
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-09-24net: qca_spi: Introduce write register verificationStefan Wahren
2018-09-24tls: Fixed uninitialised vars warningVakul Garg