summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2014-04-03net: qlcnic: include irq.h for irq definitionsJosh Boyer1-0/+1
2014-04-03net: enic: include irq.h for irqreturn_t definitionsJosh Boyer1-0/+1
2014-04-03net: bnx2x: include irq.h for irqreturn_t definitionsJosh Boyer1-0/+1
2014-04-03net: ti: fix CPTS driver build on armAlexei Starovoitov1-0/+2
2014-04-02qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'Shahed Shaikh4-3/+26
2014-04-02net: ptp: move PTP classifier in its own fileDaniel Borkmann1-0/+1
2014-04-02net: sxgbe: make "core_ops" staticDan Carpenter1-1/+1
2014-04-02net: sxgbe: fix logical vs bitwise operationDan Carpenter1-3/+3
2014-04-02net: sxgbe: sxgbe_mdio_register() frees the busDan Carpenter1-7/+0
2014-04-02Call efx_set_channels() before efx->type->dimension_resources()Daniel Pieczko2-1/+9
2014-04-02net/mlx4: Set proper build dependancy with vxlanOr Gerlitz3-0/+17
2014-04-02be2net: fix build dependency on VxLANSathya Perla2-1/+19
2014-04-01ixgbevf: Fix rcu warnings induced by LERMark Rustad2-5/+18
2014-04-01ixgbe: Fix rcu warnings induced by LERMark Rustad2-5/+19
2014-04-01INTEL-IGB: Convert iounmap to pci_iounmapPeter Senna Tschudin1-2/+2
2014-04-01i40e: Remove casts of pointer to same typeJoe Perches1-2/+2
2014-04-01i40e/i40evf: Remove addressof casts to same typeJoe Perches2-4/+3
2014-04-01i40e/i40evf: fix error checking pathJean Sacren2-10/+12
2014-04-01i40e: fix function kernel doc descriptionJean Sacren1-1/+1
2014-04-01ixgbevf: Change ixgbe_read_reg to ixgbevf_read_regMark Rustad3-9/+9
2014-04-01ixgbe: fix ixgbe_check_reset_blocked() declarationJean Sacren2-2/+2
2014-04-01ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski3-1/+7
2014-04-01ixgbe: never generate both software and hardware timestampsJakub Kicinski1-2/+2
2014-04-01ixgbe: remove redundant if clause from PTP workJakub Kicinski1-4/+0
2014-04-01e1000e: Fix no connectivity when driver loaded with cable outDavid Ertman1-5/+15
2014-04-01net: fec: make sure to init MAC addressLucas Stach1-4/+7
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann3-29/+3
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-39/+19
2014-03-30tg3: remove open-coded skb_cow_head.françois romieu1-2/+1
2014-03-30bna: remove open-coded skb_cow_head.françois romieu1-6/+4
2014-03-30qlge: remove open-coded skb_cow_head.françois romieu1-5/+4
2014-03-30jme: remove open-coded skb_cow_head.françois romieu1-14/+2
2014-03-30atl1e: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-30atl1c: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-30atl1: remove open-coded skb_cow_head.françois romieu1-8/+7
2014-03-29net: mvneta: use devm_ioremap_resource() instead of of_iomap()Thomas Petazzoni1-7/+7
2014-03-29qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich1-1/+3
2014-03-29cxgb4vf: Adds device Id for few more Chelsio adaptersHariprasad Shenai1-0/+8
2014-03-29cxgb4: Adds device ID for few more Chelsio AdaptersHariprasad Shenai1-0/+12
2014-03-29net/mlx4: Implement vxlan ndo callsOr Gerlitz3-4/+90
2014-03-29mlx4: Add support for CONFIG_DEV commandOr Gerlitz2-0/+49
2014-03-29net/mlx4: USe one wrapper that returns -EPERMOr Gerlitz3-28/+4
2014-03-29bnx2x: Fix possible memory leak on iov error flowYuval Mintz1-0/+2
2014-03-28sh_eth: ensure pm_runtime cannot suspend the device during initBen Dooks1-2/+6
2014-03-28net: stmmac: Add SOCFPGA glue driverDinh Nguyen5-0/+147
2014-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller16-61/+131
2014-03-28net: sxgbe: fix potential null dereferenceByungho An1-2/+8
2014-03-28net: sxgbe: fix sparse warnings about static declarationByungho An2-4/+4
2014-03-28be2net: csum, tso and rss steering offload support for VxLANSathya Perla3-9/+125
2014-03-28be2net: add FW cmds needed for VxLAN offloadsSathya Perla3-58/+154