summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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-044-25/+227
|\
| * net: ipv6: Use compressed IPv6 addresses showing route replace errorDavid Ahern2017-02-041-1/+1
| * net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern2017-02-042-1/+28
| * net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern2017-02-043-3/+54
| * net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern2017-02-042-17/+105
| * net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern2017-02-042-3/+39
|/
* virtio_net: exploit napi_complete_done() return valueEric Dumazet2017-02-041-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-021-3/+10
| * i40e: refactor macro INTRL_USEC_TO_REGAlan Brady2017-02-023-3/+16
| * i40e: remove unused functionMitch Williams2017-02-022-36/+0
| * i40e: Remove FPK HyperV VF device IDJayaprakash Shanmugam2017-02-022-2/+0
| * i40e: Quick refactor to start moving data off stack and into Tx buffer infoAlexander Duyck2017-02-022-40/+54
| * i40e: remove unnecessary __packedTushar Dave2017-02-021-2/+2
| * i40evf: remove unused device IDMitch Williams2017-02-021-1/+0
| * i40e: Deprecating unused macroBimmy Pujari2017-02-024-18/+3
| * i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller2017-02-022-10/+7
| * i40e: avoid O(n^2) loop when deleting all filtersJacob Keller2017-02-023-2/+3
| * i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller2017-02-023-16/+18
| * i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlanJacob Keller2017-02-021-4/+1
| * i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller2017-02-022-13/+6
| * i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller2017-02-022-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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-02-0365-680/+646
|\ \
| * | netfilter: allow logging from non-init namespacesMichal Kubeček2017-02-027-4/+41
| * | ipvs: free ip_vs_dest structs when refcnt=0David Windsor2017-02-022-6/+4
| * | netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal2017-02-027-26/+28
| * | netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal2017-02-022-5/+26
| * | netfilter: add and use nf_ct_set helperFlorian Westphal2017-02-0212-34/+24
| * | skbuff: add and use skb_nfct helperFlorian Westphal2017-02-0215-29/+36
| * | netfilter: reduce direct skb->nfct usageFlorian Westphal2017-02-022-9/+15
| * | netfilter: reset netfilter state when duplicating packetFlorian Westphal2017-02-022-2/+2
| * | netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal2017-02-028-20/+16
| * | netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng2017-02-021-23/+25