aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tokenring/olympic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker1-1737/+0
2012-04-14net/tokenring: use module_pci_driverAxel Lin1-13/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-05-13olympic: convert to seq_fileAlexey Dobriyan1-29/+28
2011-04-11net: fix tranmitted/tranmitting typoPeter Pan(潘卫平)1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-6/+6
2010-03-24net/tokenring: remove trailing space in messagesFrans Pop1-31/+31
2010-02-18tokenring: convert to use netdev_for_each_mc_addrJiri Pirko1-3/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-11-18drivers/net: remove exceptional & on function nameJulia Lawall1-2/+2
2009-09-01tokenring: convert to netdev_tx_tStephen Hemminger1-2/+4
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-02-17drivers/net/tokenring: fix sparse warning: symbol shadows an earlier oneHannes Eder1-1/+0
2009-01-21olympic: convert to net_device_opsStephen Hemminger1-7/+10
2009-01-21olympic: convert to internal network device statsStephen Hemminger1-15/+6
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-27net: convert print_mac to %pMJohannes Berg1-33/+17
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller1-5/+10
2008-04-04net/tokenring/olympic.c section fixesAdrian Bunk1-3/+3
2008-02-03olympic_open() must be __devinitAdrian Bunk1-1/+1
2008-01-28endianness annotations and fixes for olympicAl Viro1-5/+5
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-78/+60
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10dev->priv to netdev_priv(dev), drivers/net/tokenring/Yoann Padioleau1-18/+18
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-4/+5
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-2/+6
2007-04-25[TR]: Make tr_type_trans set skb->devArnaldo Carvalho de Melo1-3/+0
2007-04-25[TR]: Use tr_hdr() were appropriateArnaldo Carvalho de Melo1-4/+5
2006-12-02[PATCH] pci_module_init() convertion in olympic.cHenrik Kretzschmar1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-22[PATCH] Dereference in tokenring/olympic.cEric Sesterhenn1-2/+2
2006-01-17[PATCH] drivers/net/*: use time_after() and friendsMarcelo Feitoza Parisi1-4/+5
2005-09-14[PATCH] drivers/net: fix-up schedule_timeout() usageNishanth Aravamudan1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1786