aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-14/+13
2012-09-05ibmveth: Fix alignment of rx queue bugSantiago Leon1-17/+9
2012-09-05ehea: Remove uses of virt_to_abs() and abs_to_virt()Michael Ellerman3-14/+13
2012-07-10drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markersBen Hutchings1-3/+1
2012-05-10ehea: fix losing of NEQ events when one event occurred earlyThadeu Lima de Souza Cascardo1-0/+2
2012-04-26ehea: fix promiscuous modeThadeu Lima de Souza Cascardo1-5/+1
2012-04-26ehea: fix allmulticast supportThadeu Lima de Souza Cascardo2-10/+16
2012-04-24ehea: only register irq after setting up portsThadeu Lima de Souza Cascardo1-12/+18
2012-03-28powerpc+sparc/vio: Modernize driver registrationBenjamin Herrenschmidt1-5/+2
2012-03-09net: powerpc: remove the legacy iSeries ethernet driverStephen Rothwell3-1713/+0
2012-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2012-03-08ehea: restore multicast and rx_errors fieldsEric Dumazet1-1/+3
2012-03-06powerpc/44x: Add more changes for APM821XX EMAC driverDuc Dang3-3/+41
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches3-8/+3
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches3-12/+3
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker23-23/+23
2012-01-17ehea: make some functions and variables staticThadeu Lima de Souza Cascardo3-25/+23
2011-12-08net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko1-5/+16
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+7
2011-11-23ehea: Use round_jiffies_relative to align workqueueAnton Blanchard1-2/+4
2011-11-23ehea: Reduce memory usage in buffer poolsAnton Blanchard1-2/+2
2011-11-21iseries_veth: Fix wrong parameter given to sizeof callThomas Jarosch1-1/+1
2011-11-17ibm/emac: fix improper cleanup when device is removed to allow re-bindWolfgang Grandegger1-0/+3
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-2/+4
2011-10-25ehea: fix skb_frag_size typoEric Dumazet1-1/+1
2011-10-19net: add skb frag size accessorsEric Dumazet3-6/+6
2011-10-17ehea: Remove unused tcp_end field in send WQAnton Blanchard2-3/+1
2011-10-17ehea: Add GRO supportAnton Blanchard1-10/+5
2011-10-17ehea: Remove LRO supportAnton Blanchard3-83/+1
2011-10-17ehea: Add 64bit statisticsAnton Blanchard2-5/+5
2011-10-17ehea: Remove some unused definitionsAnton Blanchard1-25/+0
2011-10-17ehea: Simplify type 3 transmit routineAnton Blanchard1-16/+3
2011-10-17ehea: Merge swqe2 TSO and non TSO pathsAnton Blanchard1-55/+21
2011-10-17ehea: Simplify ehea_xmit2 and ehea_xmit3Anton Blanchard1-101/+36
2011-10-17ehea: Allocate large enough skbs to avoid partial cacheline DMA writesAnton Blanchard1-2/+2
2011-10-17ehea: Add vlan_featuresAnton Blanchard1-0/+2
2011-10-17ehea: Dont check NETIF_F_TSO in TX pathAnton Blanchard1-1/+1
2011-10-17ehea: Remove num_tx_qps module optionAnton Blanchard2-36/+18
2011-10-17ehea: Remove force_irq logic in napi poll routineAnton Blanchard2-11/+3
2011-10-17ehea: Update multiqueue supportAnton Blanchard3-62/+49
2011-10-17ehea: Remove NETIF_F_LLTXAnton Blanchard2-11/+2
2011-10-10emac: convert to SKB paged frag API.Ian Campbell1-2/+2
2011-10-10ehea: convert to SKB paged frag APIIan Campbell1-8/+3
2011-10-07Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+2
2011-09-27ehea: Remove sleep at .ndo_get_statsbrenohl@br.ibm.com2-23/+37
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-20/+40
2011-09-15ibmveth: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-08-27drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher1-0/+1
2011-08-18net: fix IBM EMAC driver after rename.Tony Breeds9-32/+32
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko4-5/+5