| Commit message (Expand) | Author | Age |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-12-18 |
|\ |
|
| * | powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate function | Ian Munsie | 2012-11-14 |
* | | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 2012-12-07 |
* | | ibm/emac: remove __dev* attributes | Bill Pemberton | 2012-12-03 |
* | | ibmveth: remove __dev* attributes | Bill Pemberton | 2012-12-03 |
* | | ehea: remove __dev* attributes | Bill Pemberton | 2012-12-03 |
* | | ehea: Remove remnants of LRO support | Ben Hutchings | 2012-11-19 |
* | | drivers/net/ethernet/ibm/emac/mal.c: use WARN | Julia Lawall | 2012-11-03 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-10-05 |
|\ |
|
| * | ehea: Remove uses of virt_to_abs() and abs_to_virt() | Michael Ellerman | 2012-09-05 |
* | | ibmveth: Fix alignment of rx queue bug | Santiago Leon | 2012-09-05 |
|/ |
|
* | drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers | Ben Hutchings | 2012-07-11 |
* | ehea: fix losing of NEQ events when one event occurred early | Thadeu Lima de Souza Cascardo | 2012-05-10 |
* | ehea: fix promiscuous mode | Thadeu Lima de Souza Cascardo | 2012-04-26 |
* | ehea: fix allmulticast support | Thadeu Lima de Souza Cascardo | 2012-04-26 |
* | ehea: only register irq after setting up ports | Thadeu Lima de Souza Cascardo | 2012-04-24 |
* | powerpc+sparc/vio: Modernize driver registration | Benjamin Herrenschmidt | 2012-03-27 |
* | net: powerpc: remove the legacy iSeries ethernet driver | Stephen Rothwell | 2012-03-09 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-03-09 |
|\ |
|
| * | ehea: restore multicast and rx_errors fields | Eric Dumazet | 2012-03-08 |
* | | powerpc/44x: Add more changes for APM821XX EMAC driver | Duc Dang | 2012-03-06 |
* | | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 2012-01-31 |
* | | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 2012-01-31 |
* | | drivers/net: fix up stale paths from driver reorg | Paul Gortmaker | 2012-01-30 |
|/ |
|
* | ehea: make some functions and variables static | Thadeu Lima de Souza Cascardo | 2012-01-17 |
* | net: make vlan ndo_vlan_rx_[add/kill]_vid return error value | Jiri Pirko | 2011-12-08 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-11-26 |
|\ |
|
| * | ehea: Use round_jiffies_relative to align workqueue | Anton Blanchard | 2011-11-23 |
| * | ehea: Reduce memory usage in buffer pools | Anton Blanchard | 2011-11-23 |
| * | iseries_veth: Fix wrong parameter given to sizeof call | Thomas Jarosch | 2011-11-21 |
* | | ibm/emac: fix improper cleanup when device is removed to allow re-bind | Wolfgang Grandegger | 2011-11-17 |
* | | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 2011-11-16 |
|/ |
|
* | ehea: fix skb_frag_size typo | Eric Dumazet | 2011-10-25 |
* | net: add skb frag size accessors | Eric Dumazet | 2011-10-19 |
* | ehea: Remove unused tcp_end field in send WQ | Anton Blanchard | 2011-10-17 |
* | ehea: Add GRO support | Anton Blanchard | 2011-10-17 |
* | ehea: Remove LRO support | Anton Blanchard | 2011-10-17 |
* | ehea: Add 64bit statistics | Anton Blanchard | 2011-10-17 |
* | ehea: Remove some unused definitions | Anton Blanchard | 2011-10-17 |
* | ehea: Simplify type 3 transmit routine | Anton Blanchard | 2011-10-17 |
* | ehea: Merge swqe2 TSO and non TSO paths | Anton Blanchard | 2011-10-17 |
* | ehea: Simplify ehea_xmit2 and ehea_xmit3 | Anton Blanchard | 2011-10-17 |
* | ehea: Allocate large enough skbs to avoid partial cacheline DMA writes | Anton Blanchard | 2011-10-17 |
* | ehea: Add vlan_features | Anton Blanchard | 2011-10-17 |
* | ehea: Dont check NETIF_F_TSO in TX path | Anton Blanchard | 2011-10-17 |
* | ehea: Remove num_tx_qps module option | Anton Blanchard | 2011-10-17 |
* | ehea: Remove force_irq logic in napi poll routine | Anton Blanchard | 2011-10-17 |
* | ehea: Update multiqueue support | Anton Blanchard | 2011-10-17 |
* | ehea: Remove NETIF_F_LLTX | Anton Blanchard | 2011-10-17 |
* | emac: convert to SKB paged frag API. | Ian Campbell | 2011-10-10 |