aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-03-22drivers: net: xgene-v2: Add ethtool supportIyappan Subramanian4-1/+124
2017-03-22drivers: net: xgene-v2: Add MDIO supportIyappan Subramanian6-5/+182
2017-03-22Merge branch 'bpf-map-in-map'David S. Miller18-39/+823
2017-03-22bpf: Add tests for map-in-mapMartin KaFai Lau9-18/+451
2017-03-22bpf: Add hash of maps supportMartin KaFai Lau5-2/+134
2017-03-22bpf: Add array of maps supportMartin KaFai Lau8-12/+225
2017-03-22bpf: Fix and simplifications on inline map lookupMartin KaFai Lau2-9/+15
2017-03-22net: stmmac: fix dma operation mode config for older versionsJoao Pinto1-3/+3
2017-03-22net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz6-2/+26
2017-03-22Merge branch 'nfp-concurrency'David S. Miller10-467/+484
2017-03-22nfp: disable FW on reconfiguration errorsJakub Kicinski1-18/+11
2017-03-22nfp: remove defensive checks around ndo_open()/ndo_close()Jakub Kicinski1-10/+0
2017-03-22nfp: flush xmit_more on error pathsJakub Kicinski1-0/+2
2017-03-22nfp: remove RX queue pointersJakub Kicinski3-20/+6
2017-03-22nfp: don't use netdev_warn() before netdev is registeredJakub Kicinski1-3/+3
2017-03-22nfp: fix nfp_cpp_read()/nfp_cpp_write() error pathsJakub Kicinski1-6/+9
2017-03-22nfp: fix invalid area detectionJakub Kicinski1-14/+15
2017-03-22nfp: don't ignore return value of wait_event_interruptibleJakub Kicinski1-18/+38
2017-03-22nfp: correct return codes when msleep gets interruptedJakub Kicinski1-6/+6
2017-03-22nfp: lock area cache earlierJakub Kicinski1-6/+8
2017-03-22nfp: document expected locking in the coreJakub Kicinski1-6/+27
2017-03-22nfp: move mutex code out of nfp_cppcore.cJakub Kicinski3-304/+346
2017-03-22nfp: remove cpp mutex cacheJakub Kicinski1-41/+2
2017-03-22nfp: fail graciously when someone tries to grab global lockJakub Kicinski2-11/+13
2017-03-22nfp: disallow sharing mutexes on the same machineJakub Kicinski1-6/+0
2017-03-22net: dwc-xlgmac: fix an error code in xlgmac_alloc_pages()Dan Carpenter1-4/+2
2017-03-22rtnetlink: Add dump all for netconfDavid Ahern1-0/+1
2017-03-22Merge branch 'phy-mmd-cleanup'David S. Miller11-210/+178
2017-03-22net: phy: clean up mmd_phy_indirect()Russell King1-7/+7
2017-03-22net: phy: remove the indirect MMD read/write methodsRussell King2-127/+34
2017-03-22net: phy: convert micrel to new read_mmd/write_mmd driver methodsRussell King1-7/+6
2017-03-22net: phy: switch remaining users to phy_(read|write)_mmd()Russell King6-55/+42
2017-03-22net: lan78xx: update for phy_(read|write)_mmd_indirect() removalRussell King1-5/+5
2017-03-22net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King2-8/+49
2017-03-22net: phy: move phy MMD accessors to phy-core.cRussell King4-104/+138
2017-03-22net: stmmac: Use AVB mode by defaultThierry Reding1-2/+2
2017-03-22net: stmmac: Restore DT backwards-compatibilityThierry Reding1-0/+7
2017-03-22net: stmmac: Always enable MAC RX queuesThierry Reding1-1/+1
2017-03-22net: convert sk_filter.refcnt from atomic_t to refcount_tReshetova, Elena2-6/+14
2017-03-22net: greth: Utilize of_get_mac_address()Tobias Klauser1-5/+5
2017-03-22liquidio: fix Coverity scan errorsFelix Manlunas2-2/+4
2017-03-22net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng1-1/+1
2017-03-22Merge branch 'ovs-sample-action-optimization'David S. Miller4-166/+263
2017-03-22Openvswitch: Refactor sample and recirc actions implementationandy zhou1-83/+93
2017-03-22openvswitch: Optimize sample action for the clone use casesandy zhou4-98/+167
2017-03-22openvswitch: Refactor recirc key allocation.andy zhou1-26/+40
2017-03-22openvswitch: Deferred fifo API change.andy zhou1-7/+11
2017-03-22Merge branch 'vrf-perf'David S. Miller1-20/+152
2017-03-22net: vrf: performance improvements for IPv6David Ahern1-10/+56
2017-03-22net: vrf: performance improvements for IPv4David Ahern1-10/+96