index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-22
rxrpc: Make rxrpc_send_packet() take a connection not a transport
David Howells
3
-24
/
+31
2016-06-22
rxrpc: Calls displayed in /proc may in future lack a connection
David Howells
1
-8
/
+11
2016-06-22
rxrpc: Validate the net address given to rxrpc_kernel_begin_call()
David Howells
1
-0
/
+5
2016-06-22
rxrpc: Use IDR to allocate client conn IDs on a machine-wide basis
David Howells
6
-152
/
+196
2016-06-22
rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock is
David Howells
1
-8
/
+8
2016-06-22
rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functions
David Howells
5
-43
/
+44
2016-06-22
rxrpc: Fix exclusive connection handling
David Howells
5
-73
/
+60
2016-06-22
rxrpc: Replace conn->trans->{local,peer} with conn->params.{local,peer}
David Howells
9
-46
/
+44
2016-06-22
rxrpc: Use structs to hold connection params and protocol info
David Howells
13
-163
/
+226
2016-06-22
rxrpc: fix uninitialized variable use
Arnd Bergmann
1
-0
/
+3
2016-06-22
rxrpc: checking for IS_ERR() instead of NULL
Dan Carpenter
3
-4
/
+4
2016-06-21
Merge branch 'mlxsw-next'
David S. Miller
3
-684
/
+592
2016-06-21
mlxsw: spectrum: Add debug prints
Ido Schimmel
2
-0
/
+14
2016-06-21
mlxsw: spectrum: Free resources upon vPort destruction
Ido Schimmel
2
-35
/
+15
2016-06-21
mlxsw: spectrum: Refactor FDB flushing logic
Ido Schimmel
3
-89
/
+47
2016-06-21
mlxsw: spectrum: Don't count on FID being present
Ido Schimmel
3
-8
/
+11
2016-06-21
mlxsw: spectrum: Add FID get / set functions
Ido Schimmel
3
-21
/
+32
2016-06-21
mlxsw: spectrum: Check if port is vPort using its VID
Ido Schimmel
1
-6
/
+8
2016-06-21
mlxsw: spectrum: Use per-FID struct for the VLAN-aware bridge
Ido Schimmel
3
-125
/
+195
2016-06-21
mlxsw: spectrum: Remove unused function argument
Ido Schimmel
1
-6
/
+3
2016-06-21
mlxsw: spectrum: Use join / leave functions for vFID operations
Ido Schimmel
1
-178
/
+126
2016-06-21
mlxsw: spectrum: Make vFID struct generic
Ido Schimmel
3
-150
/
+131
2016-06-21
mlxsw: spectrum: Use FID instead of vFID to setup flooding
Ido Schimmel
3
-10
/
+12
2016-06-21
mlxsw: spectrum: Create a function to map vPort's FID
Ido Schimmel
1
-46
/
+38
2016-06-21
mlxsw: spectrum: Use only one function to create vFIDs
Ido Schimmel
1
-42
/
+37
2016-06-21
mlxsw: spectrum: Remove redundant function argument
Ido Schimmel
3
-10
/
+8
2016-06-21
mlxsw: spectrum: Use DECLARE_BITMAP() macro
Ido Schimmel
1
-4
/
+4
2016-06-21
mlxsw: spectrum: Centralize VLAN-aware bridge ref counting
Ido Schimmel
1
-28
/
+30
2016-06-21
mlxsw: spectrum: Remove unnecessary function argument
Ido Schimmel
1
-4
/
+3
2016-06-21
mlxsw: spectrum: Make unlinking functions return void
Ido Schimmel
1
-40
/
+28
2016-06-21
mlxsw: spectrum: Use WARN_ON() return value
Ido Schimmel
1
-12
/
+4
2016-06-21
mlxsw: spectrum: Remove unnecessary checks from event processing
Ido Schimmel
1
-4
/
+2
2016-06-21
mlxsw: spectrum: Forbid LAG slave from having VLAN uppers
Ido Schimmel
1
-1
/
+6
2016-06-21
mlxsw: spectrum: Sanitize port netdev upper devices
Ido Schimmel
1
-0
/
+7
2016-06-21
mlxsw: spectrum: Use notifier_from_errno() in notifier block
Ido Schimmel
1
-63
/
+29
2016-06-21
Merge branch 'hns-next'
David S. Miller
11
-155
/
+291
2016-06-21
net: hns: bug fix about TSO on|off when there is traffic
Daode Huang
1
-4
/
+4
2016-06-21
net: hns: change the default coalesce usecs
Daode Huang
2
-2
/
+2
2016-06-21
net: hns: fix sbm default parameters config error
Daode Huang
2
-17
/
+39
2016-06-21
net: hns: fix bug that alloc skb fail lead to port unavailable
Jun He
1
-2
/
+3
2016-06-21
net: hns: bug fix about led control logic when link down
Daode Huang
1
-5
/
+7
2016-06-21
net: hns: delete redundancy ring enable operations
Daode Huang
4
-21
/
+10
2016-06-21
net: hns: add get_coalesce_range api for hns
Daode Huang
3
-0
/
+40
2016-06-21
net: hns: fix bug of getting the wrong tcam data
Daode Huang
1
-4
/
+4
2016-06-21
net: hns: add spin lock for tcam table operation
Daode Huang
2
-0
/
+27
2016-06-21
net: hns: bugfix about pfc pause frame statistics
Daode Huang
4
-12
/
+81
2016-06-21
net: hns: fix the wrong speed for bond
Qianqian Xie
2
-20
/
+25
2016-06-21
net: hns: fix ethtool loopback fail bug
Kejian Yan
1
-21
/
+14
2016-06-21
net: hns: select Hilink before serdes loopback for HNS V2
Kejian Yan
1
-6
/
+20
2016-06-21
net: hns: fix the error info when dma_set_mask_and_coherent fail
Qianqian Xie
1
-1
/
+1
[next]