summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * | netfilter: nf_tables: eliminate useless condition checksGao Feng2017-01-181-12/+3
| * | netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev familyLiping Zhang2017-01-181-1/+27
| * | netfilter: pkttype: unnecessary to check ipv6 multicast addressLiping Zhang2017-01-182-6/+2
| * | xtables: extend matches and targets with .usersizeWillem de Bruijn2017-01-0914-0/+23
| * | xtables: use match, target and data copy_to_user helpers in compatWillem de Bruijn2017-01-091-10/+4
| * | ebtables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-31/+47
| * | arptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-10/+5
| * | ip6tables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
| * | iptables: use match, target and data copy_to_user helpersWillem de Bruijn2017-01-091-15/+6
| * | xtables: add xt_match, xt_target and data copy_to_user functionsWillem de Bruijn2017-01-092-0/+63
| * | netfilter: xt_connlimit: use rb_entry()Geliang Tang2017-01-051-2/+2
| * | netfilter: conntrack: validate SCTP crc32c in PREROUTINGDavide Caratti2017-01-051-0/+32
| * | netfilter: select LIBCRC32C together with SCTP conntrackDavide Caratti2017-01-051-1/+1
| * | netfilter: nft_ct: add average bytes per packet supportLiping Zhang2017-01-032-1/+23
| * | netfilter: nf_tables: add missing descriptions in nft_ct_keysLiping Zhang2017-01-031-0/+3
| * | netfilter: nat: merge udp and udplite helpersFlorian Westphal2017-01-033-86/+66
| * | netfilter: merge udp and udplite conntrack helpersFlorian Westphal2017-01-036-341/+125
* | | Merge branch 'mlxsw-Introduce-TC-Flower-offload-using-TCAM'David S. Miller2017-02-0325-16/+5184
|\ \ \