index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
sb1250-mac.c
Commit message (
Expand
)
Author
Age
*
net: convert multiple drivers to use netdev_for_each_mc_addr, part2
Jiri Pirko
2010-02-18
*
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
2009-11-19
*
sb1250-mac: duplicate setting of bit V_MAC_RX_PL_THRSH(4) in sbmac_channel_st...
roel kluin
2009-10-13
*
net: move sb1250-mac's probe function to .devinit.text
Uwe Kleine-König
2009-07-23
*
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
*
net: use symbolic values for ndo_start_xmit() return codes
Patrick McHardy
2009-06-13
*
net: remove driver_data direct access of struct device from more drivers
Greg Kroah-Hartman
2009-05-05
*
sb1250-mac: convert to net_device_ops
Alexander Beregalov
2009-04-16
*
trivial: Fix misspelling of firmware
Nick Andrew
2009-03-30
*
net: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2009-01-27
*
net: Remove redundant NAPI functions
Ben Hutchings
2009-01-21
*
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
2008-12-22
*
net: convert print_mac to %pM
Johannes Berg
2008-10-27
*
phylib: move to dynamic allocation of struct mii_bus
Lennert Buytenhek
2008-10-08
*
phylib: rename mii_bus::dev to mii_bus::parent
Lennert Buytenhek
2008-10-08
*
[netdrvr] convert sbmac tx to spin_lock_irqsave to prevent early IRQ enable
Weiwei Wang
2008-09-24
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-05-26
|
\
|
*
sb1250: use netdev_alloc_skb
Stephen Hemminger
2008-05-22
*
|
[netdrvr] Trim trailing whitespace for several drivers
Jeff Garzik
2008-05-13
|
/
*
phy: Change mii_bus id field to a string
Andy Fleming
2008-04-16
*
sb1250-mac: Driver model & phylib update
Maciej W. Rozycki
2007-10-10
*
sb1250-mac.c: De-typedef, de-volatile, de-etc...
Maciej W. Rozycki
2007-10-10
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
*
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
Jeff Garzik
2007-10-10
*
drivers/net/sb1250-mac.c: kmalloc + memset conversion to kcalloc
Mariusz Kozlowski
2007-10-10
*
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
*
potential compiler error, irqfunc caller sites update
Yoann Padioleau
2007-07-06
*
add NAPI support to sb1250-mac.c
Mark Mason
2007-04-28
*
Netpoll support for Sibyte MAC
Deepak Saxena
2007-04-28
*
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2007-04-26
*
[MIPS] SB1250: Fix bugs/warnings by creative use of volatile.
Ralf Baechle
2007-03-24
*
[PATCH] Remove useless comment from sb1250
Dave Jones
2006-10-21
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
*
[PATCH] Remove more unnecessary driver printk's
Andy Gospodarek
2006-09-12
*
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
2006-07-02
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
*
[PATCH] sb1250-mac: Add support for the BCM1480
Ralf Baechle
2006-03-03
*
[PATCH] sb1250-mac: PHY probing fixes.
Ralf Baechle
2005-10-20
*
[PATCH] sb1250-mac: Whitespace cleanup.
Ralf Baechle
2005-10-19
*
[PATCH] sb1250-mac: Get rid of all the funny SBMAC_WRITECSR and SBMAC_READCSR...
Ralf Baechle
2005-10-19
*
[PATCH] sb1250-mac: Ensure 16-byte alignment of the descriptor ring.
Ralf Baechle
2005-10-18
*
[PATCH] sb1250-mac: Check the actual setting for reporting hw checksumming.
Ralf Baechle
2005-10-18
*
[NET]: Remove gratuitous use of skb->tail in network drivers.
David S. Miller
2005-06-28
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16