summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inet: switch IP ID generator to siphashEric Dumazet2019-03-274-19/+30
* net: phy: mdio-bcm-unimac: remove redundant !timeout checkColin Ian King2019-03-271-4/+1
* tcp: fix zerocopy and notsent_lowat issuesEric Dumazet2019-03-272-13/+7
* net: openvswitch: Add a new action check_pkt_lenNuman Siddique2019-03-273-0/+261
* Merge branch 'ethtool-add-support-for-Fast-Link-Down-as-new-PHY-tunable'David S. Miller2019-03-273-0/+118
|\
| * net: phy: marvell: add PHY tunable fast link down support for 88E1540Heiner Kallweit2019-03-271-0/+108
| * ethtool: add PHY Fast Link Down supportHeiner Kallweit2019-03-272-0/+10
|/
* net/core: Allow the compiler to verify declaration and definition consistencyBart Van Assche2019-03-273-3/+19
* net/core: Fix rtnetlink kernel-doc headersBart Van Assche2019-03-271-3/+6
* net/core: Document __skb_flow_dissect() flags argumentBart Van Assche2019-03-271-0/+2
* net/core: Document all dev_ioctl() argumentsBart Van Assche2019-03-271-1/+2
* net/core: Document reuseport_add_sock() bind_inany argumentBart Van Assche2019-03-271-0/+2
* net: dsa: mv88e6xxx: remove unneeded cmode initializationHeiner Kallweit2019-03-272-12/+0
* bnx2x: Utilize FW 7.13.11.0.Sudarsana Reddy Kalluru2019-03-271-7/+14
* fou: Support binding FoU socketKristian Evensen2019-03-272-16/+128
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-03-279-187/+630
|\
| * ice: Remove "2 BITS" commentAnirudh Venkataramanan2019-03-261-6/+6
| * ice: Update comment regarding the ITR_GRAN_SBrett Creeley2019-03-261-1/+1
| * ice: Update function header for __ice_vsi_get_qsAnirudh Venkataramanan2019-03-261-4/+3
| * ice: Remove unnecessary bracesAnirudh Venkataramanan2019-03-261-2/+1
| * ice: Remove unused function prototypeAnirudh Venkataramanan2019-03-261-2/+0
| * ice: Add missing case in print_link_msg for printing flow controlBrett Creeley2019-03-261-0/+3
| * ice: Audit hotpath structures with paholeBrett Creeley2019-03-264-20/+15
| * ice: Do not bail out when filter already existsPreethi Banala2019-03-261-1/+5
| * ice: Fix issue with VF attempt to delete default MAC addressAkeem G Abodunrin2019-03-261-8/+7
| * ice: enable VF admin queue interruptsMitch Williams2019-03-262-0/+6
| * ice: Fix for adaptive interrupt moderationAnirudh Venkataramanan2019-03-263-24/+275
| * ice: Implement pci_error_handler opsBrett Creeley2019-03-261-0/+151
| * ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_resetBrett Creeley2019-03-261-2/+5
| * ice: use virt channel status codesMitch Williams2019-03-261-119/+154
| * ice: Remove unnecessary newlines from log messagesJeremiah Kyle2019-03-261-2/+2
* | Merge branch 'net-mvpp2-Classifier-updates-and-cleanups'David S. Miller2019-03-275-234/+341
|\ \
| * | net: mvpp2: cls: Rework C2 engine macrosMaxime Chevallier2019-03-271-21/+7
| * | net: mvpp2: cls: Initialize lookup priorities for all entries in the flowMaxime Chevallier2019-03-271-13/+24
| * | net: mvpp2: cls: Invalidate all C2 entries except the ones we useMaxime Chevallier2019-03-273-0/+30
| * | net: mvpp2: cls: Rename the flow table macrosMaxime Chevallier2019-03-273-15/+14
| * | net: mvpp2: cls: Don't use the sequence attribute for classificationMaxime Chevallier2019-03-272-18/+0
| * | net: mvpp2: cls: Rename classifer per-port functionsMaxime Chevallier2019-03-273-10/+9
| * | net: mvpp2: cls: Move C2 read/write helpers aroundMaxime Chevallier2019-03-271-41/+41
| * | net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entryMaxime Chevallier2019-03-271-7/+7
| * | net: mvpp2: cls: Use iterators to go through the cls_tableMaxime Chevallier2019-03-272-8/+25
| * | net: mvpp2: debugfs: Allow reading the C2 engine table from debugfsMaxime Chevallier2019-03-271-17/+59
| * | net: mvpp2: debugfs: Allow reading the flow table from debugfsMaxime Chevallier2019-03-271-6/+63
| * | net: mvpp2: debugfs: Store debugfs entries data in mvpp2 structMaxime Chevallier2019-03-272-72/+26
| * | net: mvpp2: cls: Make the flow definitions constMaxime Chevallier2019-03-273-14/+15
| * | net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWSMaxime Chevallier2019-03-274-7/+10
| * | net: mvpp2: cls: use Lookup Type in classification enginesMaxime Chevallier2019-03-273-0/+21
| * | net: mvpp2: cls: Start cls flow entries from beginning of tableMaxime Chevallier2019-03-271-3/+5
| * | net: mvpp2: cls: Add missing MAC_DA field extractionMaxime Chevallier2019-03-271-0/+3
| * | net: mvpp2: Don't use an int to store netdev_features_tMaxime Chevallier2019-03-271-1/+1
|/ /