summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * can: flexcan: flexcan_poll_bus_err(): fold in do_bus_err()Marc Kleine-Budde2017-02-061-14/+7
| * can: flexcan: flexcan_poll_state(): no need to initialize new_state, rx_state...Marc Kleine-Budde2017-02-061-1/+1
| * can: flexcan: do_bus_err(): convert rx_,tx_errors into boolMarc Kleine-Budde2017-02-061-7/+7
| * can: flexcan: make declaration of devtype_data constMarc Kleine-Budde2017-02-061-4/+4
| * can: flexcan: remove write-only member pdata of struct flexcan_privMarc Kleine-Budde2017-02-061-2/+0
| * can: flexcan: add missing register definitionsMarc Kleine-Budde2017-02-061-3/+10
| * can: rx-offload: Add support for timestamp based irq offloadingMarc Kleine-Budde2017-02-062-3/+144
| * can: rx-offload: Add support for HW fifo based irq offloadingDavid Jander2017-02-063-1/+209
* | mlxsw: reg: Fix HTGT register lengthElad Raz2017-02-061-1/+1
* | net: mvneta: implement .set_wol and .get_wolJingju Hou2017-02-061-0/+21
|/
* Merge branch 'remove-__napi_complete_done'David S. Miller2017-02-0513-222/+127
|\
| * net: remove __napi_complete()Eric Dumazet2017-02-052-22/+3
| * aeroflex/greth: use napi_complete_done()Eric Dumazet2017-02-051-1/+1
| * ibm/emac: use napi_complete_done()Eric Dumazet2017-02-051-9/+9
| * qla3xxx: add GRO supportEric Dumazet2017-02-051-17/+14
| * ks8695net: add GRO supportEric Dumazet2017-02-051-6/+5
| * skge: use napi_complete_done()Eric Dumazet2017-02-051-5/+3
| * ep93xx_eth: add GRO supportEric Dumazet2017-02-051-23/+6
| * pcnet32: use napi_complete_done()Eric Dumazet2017-02-051-8/+3
| * amd8111e: add GRO supportEric Dumazet2017-02-051-92/+72
| * epic100: use napi_complete_done()Eric Dumazet2017-02-051-24/+7
| * 8139cp: use napi_complete_done()Eric Dumazet2017-02-051-9/+2
| * 8139too: use napi_complete_done()Eric Dumazet2017-02-051-6/+2
|/
* Merge branch 'ipv6-Improve-user-experience-with-multipath-routes'David S. Miller2017-02-054-25/+227
|\
| * net: ipv6: Use compressed IPv6 addresses showing route replace errorDavid Ahern2017-02-051-1/+1
| * net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern2017-02-052-1/+28
| * net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern2017-02-053-3/+54
| * net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern2017-02-052-17/+105
| * net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern2017-02-052-3/+39
|/
* virtio_net: exploit napi_complete_done() return valueEric Dumazet2017-02-051-5/+6
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-02-0414-153/+129
|\
| * i40e: add interrupt rate limit verbosityAlan Brady2017-02-031-3/+10
| * i40e: refactor macro INTRL_USEC_TO_REGAlan Brady2017-02-033-3/+16
| * i40e: remove unused functionMitch Williams2017-02-032-36/+0
| * i40e: Remove FPK HyperV VF device IDJayaprakash Shanmugam2017-02-032-2/+0
| * i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck2017-02-032-40/+54
| * i40e: remove unnecessary __packedTushar Dave2017-02-031-2/+2
| * i40evf: remove unused device IDMitch Williams2017-02-031-1/+0
| * i40e: Deprecating unused macroBimmy Pujari2017-02-034-18/+3
| * i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller2017-02-032-10/+7
| * i40e: avoid O(n^2) loop when deleting all filtersJacob Keller2017-02-033-2/+3
| * i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller2017-02-033-16/+18
| * i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlanJacob Keller2017-02-031-4/+1
| * i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller2017-02-032-13/+6
| * i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller2017-02-032-6/+12
* | net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet2017-02-031-3/+4
* | net: remove support for per driver ndo_busy_poll()Eric Dumazet2017-02-034-21/+0
* | enic: Remove local ndo_busy_poll() implementation.David S. Miller2017-02-032-139/+5
* | ixgbevf: get rid of custom busy polling codeEric Dumazet2017-02-033-215/+0
* | ixgbe: get rid of custom busy polling codeEric Dumazet2017-02-034-224/+5