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
/
cassini.c
Commit message (
Expand
)
Author
Age
*
drivers/net: remove useless semicolons
Joe Perches
2010-05-18
*
net: trans_start cleanups
Eric Dumazet
2010-05-10
*
net: convert multicast list to list_head
Jiri Pirko
2010-04-03
*
cassini: fix off by one
Dan Carpenter
2010-03-03
*
drivers/net/cassini.c: Use (pr|netdev|netif)_<level> macro helpers
Joe Perches
2010-02-17
*
cassini: convert to use netdev_for_each_mc_addr
Jiri Pirko
2010-02-17
*
netdev: remove HAVE_ leftovers
Alexey Dobriyan
2010-01-28
*
drivers/net/: use DEFINE_PCI_DEVICE_TABLE()
Alexey Dobriyan
2010-01-08
*
NET: cassini, fix lock imbalance
Jiri Slaby
2009-11-06
*
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
Ben Hutchings
2009-09-03
*
netdev: convert bulk of drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
*
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
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
*
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
Yang Hongyang
2009-04-07
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-02-03
|
\
|
*
cassini/sungem: limit reaches -1, but 0 tested
Roel Kluin
2009-02-03
*
|
net: Remove redundant NAPI functions
Ben Hutchings
2009-01-21
|
/
*
cassini: update to net_device_ops
Stephen Hemminger
2009-01-07
*
net: Remove unused netdev arg from some NAPI interfaces.
Neil Horman
2008-12-22
*
cassini: fix warning in drivers/net/cassini.c
Ingo Molnar
2008-11-25
*
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-04
*
net: convert print_mac to %pM
Johannes Berg
2008-10-27
*
cassini: use request_firmware
Jaswinder Singh
2008-09-22
*
net: Remove __skb_insert() calls outside of skbuff internals.
David S. Miller
2008-09-22
*
mm: speculative page references
Nick Piggin
2008-07-26
*
cassini: Only use chip checksum for ipv4 packets.
David S. Miller
2008-05-21
*
[CASSINI]: Use shorter list_splice_init() macro for brevity.
Robert P. J. Day
2008-03-24
*
NULL noise in drivers/net
Al Viro
2008-01-28
*
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
Alejandro Martinez Ruiz
2008-01-28
*
[CASSINI]: Bump driver version and release date.
David S. Miller
2008-01-04
*
[CASSINI]: Fix two obvious NAPI bugs.
David S. Miller
2008-01-04
*
[CASSINI]: Set skb->truesize properly on receive packets.
David S. Miller
2008-01-04
*
[CASSINI]: Program parent Intel31154 bridge when necessary.
David S. Miller
2008-01-04
*
[CASSINI]: Revert 'dont touch page_count'.
David S. Miller
2008-01-04
*
[CASSINI]: Fix endianness bug.
Al Viro
2008-01-04
*
netdev: convert non-obvious instances to use ARRAY_SIZE()
Alejandro Martinez Ruiz
2007-10-15
*
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
Jeff Garzik
2007-10-10
*
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
Joe Perches
2007-10-10
*
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
*
[NET]: Make NAPI polling independent of struct net_device objects.
Stephen Hemminger
2007-10-10
*
PCI: add pci_try_set_mwi
Randy Dunlap
2007-07-11
*
PCI: Change all drivers to use pci_device->revision
Auke Kok
2007-07-11
*
[CASSINI]: Fix printk message typo.
David S. Miller
2007-05-31
*
[CASSINI]: Check pci_set_mwi() return value.
David S. Miller
2007-05-24
*
[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
Arnaldo Carvalho de Melo
2007-04-26
*
[SK_BUFF]: Introduce skb_transport_offset()
Arnaldo Carvalho de Melo
2007-04-26
*
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
2007-04-26
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Howells
2006-12-05
|
\
|
*
[NET]: Split skb->csum
Al Viro
2006-12-03
[next]