Age | Commit message (Expand) | Author |
2011-08-10 | 3c*/acenic/typhoon: Move 3Com Ethernet drivers | Jeff Kirsher |
2011-05-06 | pcmcia: Convert pcmcia_device_id declarations to const | Joe Perches |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2010-10-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock |
2010-09-29 | pcmcia: remove obsolete and wrong comments | Dominik Brodowski |
2010-09-29 | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski |
2010-09-29 | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski |
2010-09-29 | pcmcia: move config_{base,index,regs} to struct pcmcia_device | Dominik Brodowski |
2010-09-29 | pcmcia: simplify IntType | Dominik Brodowski |
2010-08-25 | drivers/net: Remove address use from assignments of function pointers | Joe Perches |
2010-08-18 | drivers/net/pcmcia: Use pr_<level> and netdev_<level> | Joe Perches |
2010-08-17 | ethtool: Provide a default implementation of ethtool_ops::get_drvinfo | Ben Hutchings |
2010-08-03 | pcmcia: do not use io_req_t when calling pcmcia_request_io() | Dominik Brodowski |
2010-08-03 | pcmcia: do not use io_req_t after call to pcmcia_request_io() | Dominik Brodowski |
2010-07-30 | pcmcia: remove cs_types.h | Dominik Brodowski |
2010-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds |
2010-05-14 | drivers/net: Remove unnecessary returns from void function()s | Joe Perches |
2010-05-10 | net: trans_start cleanups | Eric Dumazet |
2010-05-10 | pcmcia: remove unused mem_op.h | Dominik Brodowski |
2010-05-10 | pcmcia: dev_node removal (drivers with unregister_netdev check) | Dominik Brodowski |
2010-05-10 | pcmcia: re-work pcmcia_request_irq() | Dominik Brodowski |
2010-04-21 | net: 3c574_cs fix stats.tx_bytes counter | Alexander Kurz |
2010-02-12 | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko |
2009-12-13 | 3c574_cs: disable irq before calling el3_interrupt | Ken Kawasaki |
2009-11-28 | pcmcia: rework the irq_req_t typedef | Dominik Brodowski |
2009-11-28 | pcmcia: remove deprecated handle_to_dev() macro | Dominik Brodowski |
2009-11-09 | pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (net) | Dominik Brodowski |
2009-11-08 | pcmcia: convert net pcmcia drivers to use new CIS helpers | Dominik Brodowski |
2009-10-13 | 3c574_cs: spin_lock the set_multicast_list function | Ken Kawasaki |
2009-09-03 | netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_data | Ben Hutchings |
2009-09-03 | netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations | Ben Hutchings |
2009-09-01 | netdev: convert pcmcia drivers to netdev_tx_t | Stephen Hemminger |
2009-07-05 | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions | Patrick McHardy |
2009-05-01 | 3c589_cs: add cis(firmware) of 3Com multifunction pcmcia card | Ken Kawasaki |
2009-03-21 | pcmcia: convert 3c574 to net_device_ops | Stephen Hemminger |
2009-03-04 | net pcmcia: worklimit reaches -1 | Roel Kluin |
2008-11-03 | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller |
2008-10-27 | net: convert print_mac to %pM | Johannes Berg |
2008-08-23 | pcmcia: deprecate CS_SUCCESS | Dominik Brodowski |
2008-05-13 | 3c574_cs: use netstats in net_device structure | Paulius Zaleckas |
2008-02-05 | pcmcia/3c574_cs: fix 'shadow variable' warning | Richard Knutsson |
2008-02-05 | pcmcia: replace kio_addr_t with unsigned int everywhere | Olof Johansson |
2008-01-18 | 3c574, 3c515 bitfields abuse | Al Viro |
2007-12-22 | 3c574 and 3c589 endianness fixes (.24?) | Al Viro |
2007-10-29 | netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes. | Komuro |
2007-10-10 | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches |
2007-04-25 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo |
2007-02-17 | PCMCIA-NETDEV : the 2nd argument of el3_interrrupt and smc_interrupt is struc... | Komuro |