aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
* net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet2017-02-21
* tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet2017-02-21
* net/hsr: use eth_hw_addr_random()Tobias Klauser2017-02-21
* Merge branch 'mvpp2-next'David S. Miller2017-02-21
|\
| * net: mvpp2: enable building on 64-bit platformsThomas Petazzoni2017-02-21
| * net: mvpp2: switch to build_skb() in the RX pathThomas Petazzoni2017-02-21
| * net: mvpp2: simplify MVPP2_PRS_RI_* definitionsThomas Petazzoni2017-02-21
| * net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULTThomas Petazzoni2017-02-21
| * net: mvpp2: remove unused register definitionsThomas Petazzoni2017-02-21
| * net: mvpp2: simplify mvpp2_bm_bufs_add()Thomas Petazzoni2017-02-21
| * net: mvpp2: drop useless fields in mvpp2_bm_pool and related codeThomas Petazzoni2017-02-21
| * net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue'Thomas Petazzoni2017-02-21
| * net: mvpp2: release reference to txq_cpu[] entry after unmappingThomas Petazzoni2017-02-21
| * net: mvpp2: handle too large value in mvpp2_rx_time_coal_set()Thomas Petazzoni2017-02-21
| * net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set()Thomas Petazzoni2017-02-21
| * net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_setThomas Petazzoni2017-02-21
| * net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put()Thomas Petazzoni2017-02-21
|/
* macsec: fix validation failed in asynchronous operation.Lee Ryder2017-02-21
* net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng2017-02-21
* virtio-net: switch to use build_skb() for small bufferJason Wang2017-02-21
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-21
* vxlan: remove unused variable saddr in neigh_reduceRoopa Prabhu2017-02-21
* vxlan: add changelink supportRoopa Prabhu2017-02-21
* rtnl: simplify error return path in rtnl_create_link()Tobias Klauser2017-02-21
* virito-net: set queues after reset during xdp_setJason Wang2017-02-20
* dpaa_eth: implement ioctl() for PHY-related opsMichael Walle2017-02-20
* net: qualcomm: qca: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-20
* Merge branch 'bnxt_en-probe-and-open-bugs'David S. Miller2017-02-20
|\
| * bnxt_en: fix pci cleanup in bnxt_init_one() failure pathSathya Perla2017-02-20
| * bnxt_en: Fix NULL pointer dereference in a failure path during open.Michael Chan2017-02-20
| * bnxt_en: Reject driver probe against all bridge devicesRay Jui2017-02-20
|/
* Merge branch 'qed-bug-fixes'David S. Miller2017-02-20
|\
| * qed*: Fix link indication raceMintz, Yuval2017-02-20
| * qed: Don't allocate SBs using main PTTMintz, Yuval2017-02-20
| * qede: Prevent index problems in loopback testSudarsana Reddy Kalluru2017-02-20
| * qed: Reflect PF link when initializing VFMintz, Yuval2017-02-20
| * qede: Free netdevice only after stoping slowpathMintz, Yuval2017-02-20
| * qede: Initialize lock and slowpath workqueue earlyMintz, Yuval2017-02-20
| * qed: Reserve doorbell BAR space for present CPUsRam Amrani2017-02-20
| * qed: Don't free a QP more than onceRam Amrani2017-02-20
| * qed: Read queue state before releasing bufferRam Amrani2017-02-20
| * qed: Release CQ resource under lock on failureRam Amrani2017-02-20
|/
* Merge branch 'aquantia-next'David S. Miller2017-02-20
|\
| * net: ethernet: aquantia: Copying tx buffers is not needed.Pavel Belous2017-02-20
| * net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 p...Pavel Belous2017-02-20
| * net: ethernet: aquantia: Fixed incorrect buff->len calculation.Pavel Belous2017-02-20
| * net: ethernet: aquantia: Call netdev_register after all initialized.Pavel Belous2017-02-20
| * net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc.Pavel Belous2017-02-20
| * net: ethernet: aquantia: Using NETDEV_TX_OK instead 0.Pavel Belous2017-02-20
| * net: ethernet: aquantia: Fixed missing rtnl_unlock.Pavel Belous2017-02-20