index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-18
netfilter: Remove spurios included of netfilter.h
Eric W Biederman
3
-4
/
+0
2015-06-15
sfc: mark state UNINIT after unregister
Edward Cree
1
-0
/
+1
2015-06-15
net/mlx4_en: Support ndo_get_vf_stats
Eran Ben Elisha
4
-0
/
+90
2015-06-15
net/mlx4_en: Show PF own statistics via ethtool
Eran Ben Elisha
5
-3
/
+49
2015-06-15
net/mlx4_core: Add helper to query counters
Eran Ben Elisha
2
-24
/
+65
2015-06-15
IB/mlx4: Set VF to read from QP counters
Eran Ben Elisha
1
-2
/
+4
2015-06-15
IB/mlx4: Add RoCE/IB dedicated counters
Eran Ben Elisha
4
-17
/
+39
2015-06-15
net/mlx4_core: Allocate default counter per port
Eran Ben Elisha
5
-4
/
+76
2015-06-15
net/mlx4_core: Add port attribute when tracking counters
Eran Ben Elisha
1
-3
/
+87
2015-06-15
net/mlx4_core: Adjust counter grant policy in the resource tracker
Eran Ben Elisha
1
-4
/
+31
2015-06-15
net/mlx4_core: Remove counters table allocation from VF flow
Eran Ben Elisha
1
-7
/
+18
2015-06-15
net/mlx4_core: Add sink counter
Eran Ben Elisha
3
-6
/
+10
2015-06-15
net/mlx4_core: Reset counters data when freed
Eran Ben Elisha
2
-0
/
+23
2015-06-15
net/mlx4_core: Check before cleaning counters bitmap
Eran Ben Elisha
1
-0
/
+6
2015-06-15
bridge: del external_learned fdbs from device on flush or ageout
Scott Feldman
1
-1
/
+1
2015-06-15
Merge tag 'nfc-next-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
David S. Miller
26
-598
/
+1086
2015-06-15
bonding: export slave's partner_oper_port_state via sysfs and netlink
Nikolay Aleksandrov
2
-0
/
+21
2015-06-15
bonding: export slave's actor_oper_port_state via sysfs and netlink
Nikolay Aleksandrov
2
-1
/
+25
2015-06-15
rocker: move port stop to 'no wait' processing
Scott Feldman
1
-1
/
+2
2015-06-15
rocker: move MAC learn event back to 'no wait' processing
Scott Feldman
1
-37
/
+3
2015-06-15
rocker: mark STP update as 'no wait' processing
Scott Feldman
1
-1
/
+2
2015-06-15
rocker: mark neigh update event processing as 'no wait'
Scott Feldman
1
-1
/
+2
2015-06-15
rocker: revert back to support for nowait processes
Scott Feldman
1
-90
/
+112
2015-06-15
rocker: fix neigh tbl index increment race
Scott Feldman
1
-2
/
+2
2015-06-15
rocker: gaurd against NULL rocker_port when removing ports
Scott Feldman
1
-0
/
+2
2015-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
16
-37
/
+112
2015-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-12
/
+32
2015-06-12
Fix Cavium Liquidio build related errors and warnings
Raghu Vatsavayi
8
-19
/
+26
2015-06-13
NFC: nfcmrvl: set PB_BAIL_OUT at setup
Vincent Cuissard
2
-0
/
+9
2015-06-13
NFC: nfcmrvl: Allow ISO15693 protocol
Vincent Cuissard
1
-0
/
+1
2015-06-13
NFC: nfcmrvl: small fix in USB driver
Vincent Cuissard
1
-0
/
+1
2015-06-12
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2015-06-12
Merge tag 'md/4.1-rc7-fixes' of git://neil.brown.name/md
Linus Torvalds
3
-6
/
+10
2015-06-12
Merge git://git.infradead.org/intel-iommu
Linus Torvalds
1
-3
/
+15
2015-06-12
iommu/vt-d: Only enable extended context tables if PASID is supported
David Woodhouse
1
-3
/
+15
2015-06-12
md: make sure MD_RECOVERY_DONE is clear before starting recovery/resync
NeilBrown
3
-0
/
+3
2015-06-12
md: Close race when setting 'action' to 'idle'.
NeilBrown
1
-5
/
+6
2015-06-12
md: don't return 0 from array_state_store
NeilBrown
1
-1
/
+1
2015-06-12
Merge tag 'drm-intel-fixes-2015-06-11' of git://anongit.freedesktop.org/drm-i...
Dave Airlie
2
-4
/
+18
2015-06-12
Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
3
-11
/
+28
2015-06-11
net: igb: fix the start time for periodic output signals
Richard Cochran
1
-2
/
+2
2015-06-11
bna: use netdev_* and dev_* instead of printk and pr_*
Ivan Vecera
4
-55
/
+36
2015-06-11
bna: fix timeout API argument type
Ivan Vecera
3
-19
/
+13
2015-06-11
bna: use list_for_each_entry where appropriate
Ivan Vecera
4
-149
/
+37
2015-06-11
bna: get rid of private macros for manipulation with lists
Ivan Vecera
7
-308
/
+130
2015-06-11
bna: remove useless pointer assignment
Ivan Vecera
1
-1
/
+0
2015-06-11
bna: use memdup_user to copy userspace buffers
Ivan Vecera
1
-19
/
+8
2015-06-11
bna: correct comparisons/assignments to bool
Ivan Vecera
1
-4
/
+4
2015-06-11
bna: remove TX_E_PRIO_CHANGE event and BNA_TX_F_PRIO_CHANGED flag
Ivan Vecera
2
-19
/
+4
2015-06-11
bna: remove paused from bna_rx_config and flags from bna_rxf
Ivan Vecera
2
-41
/
+1
[next]