summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-04-1214-203/+91
|\
| * i40evf: program RSS LUT correctlyMitch A Williams2014-04-111-4/+16
| * i40evf: remove open-coded skb_cow_headFrancois Romieu2014-04-111-6/+4
| * ixgb: remove open-coded skb_cow_headFrancois Romieu2014-04-111-6/+4
| * igbvf: remove open-coded skb_cow_headFrancois Romieu2014-04-111-9/+7
| * igb: fix last_rx_timestamp usageJakub Kicinski2014-04-113-23/+11
| * igb: remove open-coded skb_cow_headFrancois Romieu2014-04-111-5/+4
| * e1000e: remove open-coded skb_cow_headFrancois Romieu2014-04-111-6/+4
| * e1000: remove open-coded skb_cow_headFrancois Romieu2014-04-111-6/+5
| * e1000: remove debug messages with function namesJakub Kicinski2014-04-111-124/+0
| * ixgbevf: remove open-coded skb_cow_headFrancois Romieu2014-04-111-5/+4
| * ixgbevf: Add bit to mark work queue initializationMark Rustad2014-04-112-1/+11
| * ixgbe: remove open-coded skb_cow_headFrancois Romieu2014-04-111-7/+6
| * ixgbe: Add bit to mark service task initializationMark Rustad2014-04-112-1/+15
* | net: sun4i-emac: add promiscuous supportMarc Zyngier2014-04-121-9/+21
* | net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-04-121-3/+1
* | drivers: net: cpsw: enable interrupts after napi enable and clearing previous...Mugunthan V N2014-04-111-6/+6
* | drivers: net: cpsw: discard all packets received when interface is downMugunthan V N2014-04-111-1/+1
|/
* drivers: net: cpsw: Add default vlan for dual emac case alsoMugunthan V N2014-04-091-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-04-0811-26/+45
|\
| * net/at91_ether: avoid NULL pointer dereferenceGilles Chanteperdrix2014-04-071-0/+3
| * sxgbe: fix duplicate #include headersJean Sacren2014-04-071-1/+0
| * net: bcmgenet: Remove unnecessary version.h inclusionSachin Kamat2014-04-041-1/+0
| * net: smc911x: Remove unused local variableLaurent Pinchart2014-04-041-1/+0
| * sxgbe: fix driver probe error path and driver removal leaksfrançois romieu2014-04-031-10/+17
| * sxgbe: use common NET_VENDOR_FOO style.françois romieu2014-04-032-13/+20
| * net: qlcnic: include irq.h for irq definitionsJosh Boyer2014-04-031-0/+1
| * net: enic: include irq.h for irqreturn_t definitionsJosh Boyer2014-04-031-0/+1
| * net: bnx2x: include irq.h for irqreturn_t definitionsJosh Boyer2014-04-031-0/+1
| * net: ti: fix CPTS driver build on armAlexei Starovoitov2014-04-031-0/+2
* | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-081-1/+1
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-044-0/+95
|\ \ | |/ |/|
| *-. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-032-0/+9
| |\ \
| | | * be2net: Add abi version between be2net and ocrdmaDevesh Sharma2014-04-032-0/+9
| | |/
| * | IB/mlx5: Keep mlx5 MRs in a radix tree under deviceSagi Grimberg2014-03-072-0/+25
| * | mlx5: Implement create_mr and destroy_mrSagi Grimberg2014-03-071-0/+61
| |/
* | qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh2014-04-014-3/+26
* | net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-011-0/+1
* | net: sxgbe: make "core_ops" staticDan Carpenter2014-04-011-1/+1
* | net: sxgbe: fix logical vs bitwise operationDan Carpenter2014-04-011-3/+3
* | net: sxgbe: sxgbe_mdio_register() frees the busDan Carpenter2014-04-011-7/+0
* | Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko2014-04-012-1/+9
* | net/mlx4: Set proper build dependancy with vxlanOr Gerlitz2014-04-013-0/+17
* | be2net: fix build dependency on VxLANSathya Perla2014-04-012-1/+19
* | ixgbevf: Fix rcu warnings induced by LERMark Rustad2014-04-012-5/+18
* | ixgbe: Fix rcu warnings induced by LERMark Rustad2014-04-012-5/+19
* | INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin2014-04-011-2/+2
* | i40e: Remove casts of pointer to same typeJoe Perches2014-04-011-2/+2
* | i40e/i40evf: Remove addressof casts to same typeJoe Perches2014-04-012-4/+3
* | i40e/i40evf: fix error checking pathJean Sacren2014-04-012-10/+12