aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-23net: phy: sfp: make the i2c-bus dt property mandatoryAntoine Tenart1-13/+15
2018-05-23net: phy: sfp: warn the user when no tx_disable pin is availableAntoine Tenart1-0/+9
2018-05-23nfp: assign vNIC id as phys_port_name of vNICs which are not portsJakub Kicinski5-7/+30
2018-05-23nfp: use split in naming of PCIe PF portsJakub Kicinski3-1/+11
2018-05-23nfp: abm: force Ethternet port upJakub Kicinski3-0/+18
2018-05-23nfp: abm: spawn port netdevsJakub Kicinski4-20/+225
2018-05-23nfp: add devlink_eswitch_mode_set callbackJakub Kicinski2-0/+22
2018-05-23devlink: don't take instance lock around eswitch mode setJakub Kicinski1-1/+2
2018-05-23nfp: add app pointer to port representorsJakub Kicinski1-0/+2
2018-05-23nfp: abm: create project-specific vNIC structureJakub Kicinski6-4/+186
2018-05-23nfp: abm: add initial active buffer management NIC skeletonJakub Kicinski6-0/+155
2018-05-23nfp: core: allow 4-byte aligned accesses to Memory UnitsJakub Kicinski1-50/+44
2018-05-23nfp: add shared buffer configurationJakub Kicinski6-1/+294
2018-05-23nfp: add support for per-PCI PF mailboxJakub Kicinski3-0/+173
2018-05-23nfp: move rtsym helpers to pf codeJakub Kicinski3-48/+51
2018-05-23net: add skeleton of bpfilter kernel moduleAlexei Starovoitov13-0/+339
2018-05-23umh: introduce fork_usermode_blob() helperAlexei Starovoitov4-12/+164
2018-05-22qedi: Add get_generic_tlv_data handler.Manish Rangankar1-0/+16
2018-05-22qedi: Add support for populating ethernet TLVs.Manish Rangankar3-0/+191
2018-05-22qedf: Add get_generic_tlv_data handler.Chad Dupuis2-0/+18
2018-05-22qedf: Add support for populating ethernet TLVs.Chad Dupuis4-1/+104
2018-05-22qede: Add support for populating ethernet TLVs.Sudarsana Reddy Kalluru1-0/+101
2018-05-22qed: Add driver infrastucture for handling mfw requests.Sudarsana Reddy Kalluru4-1/+170
2018-05-22qed: Add support for processing iscsi tlv request.Sudarsana Reddy Kalluru3-1/+170
2018-05-22qed: Add support for processing fcoe tlv request.Sudarsana Reddy Kalluru3-1/+1024
2018-05-22qed: Add support for tlv request processing.Sudarsana Reddy Kalluru6-1/+480
2018-05-22qed: Add MFW interfaces for TLV request support.Sudarsana Reddy Kalluru1-0/+231
2018-05-22tcp: do not aggressively quick ack after ECN eventsEric Dumazet1-2/+2
2018-05-22tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet1-11/+13
2018-05-22net: sched: don't disable bh when accessing action idrVlad Buslov1-10/+10
2018-05-22selftests: fib_tests: Add ipv4 route add append replace testsDavid Ahern1-1/+278
2018-05-22selftests: fib_tests: Add ipv6 route add append replace testsDavid Ahern1-1/+334
2018-05-22selftests: fib_tests: Add option to pause after each testDavid Ahern1-0/+13
2018-05-22selftests: fib_tests: Add command line optionsDavid Ahern1-13/+40
2018-05-22selftests: fib_tests: Add success-fail countsDavid Ahern1-0/+7
2018-05-22net/ipv6: Simplify route replace and appending into multipath routeDavid Ahern3-93/+73
2018-05-22mlxsw: spectrum_router: Add support for route appendDavid Ahern1-0/+2
2018-05-22i40e: use the more traditional 'i' loop variableJacob Keller1-28/+28
2018-05-22i40e: add function doc headers for ethtool stats functionsJacob Keller1-0/+38
2018-05-22i40e: update data pointer directly when copying to the bufferJacob Keller1-59/+58
2018-05-22i40e: fold prefix strings directly into stat namesJacob Keller1-68/+69
2018-05-22i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller1-2/+4
2018-05-22i40e: split i40e_get_strings() into smaller functionsJacob Keller1-83/+100
2018-05-22i40e: always return all queue stat stringsJacob Keller1-5/+17
2018-05-22i40e: always return VEB stat stringsJacob Keller1-29/+23
2018-05-22i40e: free skb after clearing lock in ptp_stopJacob Keller1-1/+3
2018-05-21ti: ethernet: davinci: Fix cast to int warningsFlorian Fainelli1-4/+4
2018-05-21net: ethernet: davinci_emac: Fix printing of base addressFlorian Fainelli1-2/+2
2018-05-21net: ethernet: ti: cpsw: Fix cpsw_add_ch_strings() printk formatFlorian Fainelli1-2/+2
2018-05-21net: ethernet: ti: cpts: Fix timestamp printFlorian Fainelli1-1/+2