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
/
net
/
core
/
dev.c
Commit message (
Expand
)
Author
Age
*
net: Fix spinlock use in alloc_netdev_mq()
Ingo Molnar
2009-08-05
*
net: restore the original spinlock to protect unicast list
Jiri Pirko
2009-08-02
*
gro: Flush GRO packets in napi_disable_pending path
Herbert Xu
2009-06-26
*
net: Move rx skb_orphan call to where needed
Herbert Xu
2009-06-23
*
net: group address list and its count
Jiri Pirko
2009-06-18
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2009-06-15
|
\
*
|
bridge: Simplify interface for ATM LANE
Michał Mirosław
2009-06-12
*
|
[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGS
John Dykstra
2009-06-11
*
|
Add constants for the ieee 802.15.4 stack
Sergey Lapin
2009-06-09
*
|
net: dev_addr_init() fix
Eric Dumazet
2009-06-09
*
|
net/core/dev.c: Use frag list abstraction interfaces.
David S. Miller
2009-06-09
*
|
net: introduce pre-up netdev notifier
Johannes Berg
2009-06-03
*
|
net: skb->dst accessors
Eric Dumazet
2009-06-03
*
|
net: convert unicast addr list
Jiri Pirko
2009-05-30
*
|
net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
Eric Dumazet
2009-05-27
*
|
gro: Open-code final pskb_may_pull
Herbert Xu
2009-05-27
*
|
gro: Avoid unnecessary comparison after skb_gro_header
Herbert Xu
2009-05-27
*
|
gro: Optimise length comparison in skb_gro_header
Herbert Xu
2009-05-27
*
|
gro: Only use skb_gro_header for completely non-linear packets
Herbert Xu
2009-05-27
*
|
gro: Inline skb_gro_header and cache frag0 virtual address
Herbert Xu
2009-05-27
*
|
net: txq_trans_update() helper
Eric Dumazet
2009-05-26
*
|
net: remove COMPAT_NET_DEV_OPS
Alexander Beregalov
2009-05-25
*
|
dropmon: add ability to detect when hardware dropsrxpackets
Neil Horman
2009-05-21
*
|
net: release dst entry in dev_hard_start_xmit()
Eric Dumazet
2009-05-19
*
|
net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue
Eric Dumazet
2009-05-18
*
|
net: check retval of dev_addr_init()
Jiri Pirko
2009-05-09
*
|
net: introduce a list of device addresses dev_addr_list (v6)
Jiri Pirko
2009-05-05
*
|
net: Avoid modulus in skb_tx_hash() for forwarding case.
David S. Miller
2009-05-03
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-05-03
|
\
|
|
*
net: Fix skb_tx_hash() for forwarding workloads.
Eric Dumazet
2009-05-01
*
|
gro: Fix handling of headers that extend over the tail
Herbert Xu
2009-04-27
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-04-21
|
\
|
|
*
net: Fix GRO for multiple page fragments
Ben Hutchings
2009-04-20
|
*
net: fix "compatibility" typos
Marcin Slusarz
2009-04-20
|
*
net: sch_netem: Fix an inconsistency in ingress netem timestamps.
Jarek Poplawski
2009-04-20
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-04-16
|
\
|
|
*
gro: Restore correct value to gso_size
Herbert Xu
2009-04-14
|
*
net: netif_device_attach/detach should start/stop all queues
Alexander Duyck
2009-04-11
*
|
gro: New frags interface to avoid copying shinfo
Herbert Xu
2009-04-16
|
/
*
net: allow multiple dev per napi with GRO
Stephen Hemminger
2009-04-02
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
2009-03-28
|
\
|
*
[SCSI] net: add NETIF_F_FCOE_CRC to can_checksum_protocol
Yi Zou
2009-03-13
*
|
GRO: Disable GRO on legacy netif_rx path
Herbert Xu
2009-03-27
*
|
net: remove useless prefetch() call
Eric Dumazet
2009-03-21
*
|
skb: expose and constify hash primitives
Stephen Hemminger
2009-03-21
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-03-20
|
\
\
|
*
|
net: kfree(napi->skb) => kfree_skb
Roel Kluin
2009-03-19
*
|
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-03-17
|
\
|
|
|
*
|
gro: Fix legacy path napi_complete crash
Herbert Xu
2009-03-17
*
|
|
GRO: Move netpoll checks to correct location
Herbert Xu
2009-03-16
[next]