summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller10-216/+541
2018-09-26Merge branch 'Refactor-classifier-API-to-work-with-Qdisc-blocks-without-rtnl-...David S. Miller24-112/+294
2018-09-26net: sched: use reference counting for tcf blocks on rules updateVlad Buslov1-17/+21
2018-09-26net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov2-24/+51
2018-09-26net: sched: protect block idr with spinlockVlad Buslov1-2/+13
2018-09-26net: sched: implement functions to put and flush all chainsVlad Buslov1-25/+30
2018-09-26net: sched: change tcf block reference counter type to refcount_tVlad Buslov2-25/+36
2018-09-26net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2018-09-26net: sched: add helper function to take reference to QdiscVlad Buslov1-0/+13
2018-09-26net: sched: extend Qdisc with rcuVlad Buslov5-1/+50
2018-09-26net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov20-42/+47
2018-09-26net: core: netlink: add helper refcount dec and lock functionVlad Buslov2-0/+8
2018-09-25i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel3-0/+30
2018-09-25i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel3-9/+96
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski4-0/+129
2018-09-25i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel3-6/+43
2018-09-25i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek1-59/+37
2018-09-25i40e: fix double 'NIC Link is Down' messagesSergey Nemov1-1/+4
2018-09-25i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy1-21/+41
2018-09-25i40e: use declared variables for pf and hwPatryk Małek1-5/+4
2018-09-25i40e: Unset promiscuous settings on VF resetMariusz Stachura1-110/+157
2018-09-25i40e: Fix VF's link state notificationMariusz Stachura1-5/+0
2018-09-25tls: Fixed a memory leak during socket closeVakul Garg1-2/+4
2018-09-25tls: Fix socket mem accounting error under async encryptionVakul Garg1-5/+16
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller284-1545/+2487
2018-09-25net: macb: Clean 64b dma addresses if they are not detectedMichal Simek1-0/+1
2018-09-25Merge branch 'r8169-series-with-smaller-improvements'David S. Miller1-12/+6
2018-09-25r8169: improve a check in rtl_init_oneHeiner Kallweit1-5/+3
2018-09-25r8169: improve rtl8169_irq_mask_and_ackHeiner Kallweit1-4/+3
2018-09-25r8169: use default watchdog timeoutHeiner Kallweit1-3/+0
2018-09-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Greg Kroah-Hartman9-90/+116
2018-09-25Merge tag 'usb-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman8-37/+66
2018-09-25flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn1-3/+9
2018-09-25bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY mapsRoman Gushchin1-0/+1
2018-09-25Merge tag 'tty-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman6-7/+30
2018-09-25Merge tag 'char-misc-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman3-9/+35
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel2-2/+2
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman89-653/+621
2018-09-24dpaa2-eth: Make Rx flow hash key configurableIoana Ciocoi Radulescu3-5/+41
2018-09-24net: mvneta: fix the remaining Rx descriptor unmapping issuesAntoine Tenart1-5/+4
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-09-24net: qca_spi: Introduce write register verificationStefan Wahren5-10/+56
2018-09-24tls: Fixed uninitialised vars warningVakul Garg1-2/+2
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg3-64/+37
2018-09-24Merge branch 'few-NTF_ROUTER-related-updates'David S. Miller2-7/+24
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu2-5/+17
2018-09-24neighbour: allow admin to set NTF_ROUTERRoopa Prabhu1-2/+7
2018-09-24mpls: allow routes on ip6gre devicesSaif Hasan1-1/+5
2018-09-24Merge branch 'net-sched-Add-hardware-specific-counters-to-TC-actions'David S. Miller8-28/+85
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron5-9/+26