index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-04-22
audit: add netlink audit protocol bind to check capabilities on multicast join
Richard Guy Briggs
3
-2
/
+17
2014-04-22
netlink: implement unbind to netlink_setsockopt NETLINK_DROP_MEMBERSHIP
Richard Guy Briggs
1
-1
/
+3
2014-04-22
netlink: have netlink per-protocol bind function return an error code.
Richard Guy Briggs
4
-24
/
+56
2014-04-22
netlink: simplify nfnetlink_bind
Richard Guy Briggs
1
-5
/
+2
2014-04-22
filter: added BPF random opcode
Chema Gonzalez
6
-2
/
+39
2014-04-22
vlan: unnecessary to check if vlan_pcpu_stats is NULL
Li RongQing
1
-30
/
+28
2014-04-22
be2net: Support for configurable RSS hash key
Venkata Duvvuru
5
-31
/
+113
2014-04-22
ethtool: Support for configurable RSS hash key
Venkata Duvvuru
3
-14
/
+252
2014-04-22
neterion/s2io: remove unused s2io_start_tx_queue routine
Ying Xue
1
-9
/
+0
2014-04-22
tcp: avoid retransmits of TCP packets hanging in host queues
Eric Dumazet
1
-8
/
+26
2014-04-22
ipv6: support IFA_F_MANAGETEMPADDR for address deletion too
Heiner Kallweit
1
-4
/
+16
2014-04-22
Merge branch 'tipc-next'
David S. Miller
14
-205
/
+215
2014-04-22
tipc: fix race in disc create/delete
Ying Xue
3
-20
/
+37
2014-04-22
tipc: use bc_lock to protect node map in bearer structure
Ying Xue
3
-12
/
+13
2014-04-22
tipc: use bearer_disable to disable bearer in tipc_l2_device_event
Ying Xue
1
-1
/
+1
2014-04-22
tipc: make media_ptr pointed netdevice valid
Ying Xue
1
-0
/
+1
2014-04-22
tipc: purge tipc_net_lock lock
Ying Xue
7
-100
/
+42
2014-04-22
tipc: use RCU to protect media_ptr pointer
Ying Xue
2
-4
/
+11
2014-04-22
tipc: decouple the relationship between bearer and link
Ying Xue
7
-46
/
+88
2014-04-22
tipc: convert bearer_list to RCU list
Ying Xue
3
-13
/
+18
2014-04-22
tipc: use RTNL lock to protect tipc_net_stop routine
Ying Xue
1
-0
/
+2
2014-04-22
tipc: adjust locking policy of protecting tipc_ptr pointer of net_device
Ying Xue
1
-8
/
+3
2014-04-22
tipc: replace config_mutex lock with RTNL lock
Ying Xue
2
-5
/
+3
2014-04-21
Merge branch 'ndo_set_config'
David S. Miller
4
-77
/
+0
2014-04-21
stmmac: remove stmmac_config
Florian Fainelli
1
-22
/
+0
2014-04-21
net: sxgbe: remove sxgbe_config
Florian Fainelli
1
-35
/
+0
2014-04-21
net: cpmac: remove cpmac_config
Florian Fainelli
1
-14
/
+0
2014-04-21
net: ethoc: remove ethoc_config
Florian Fainelli
1
-6
/
+0
2014-04-21
hyperv: Add support for virtual Receive Side Scaling (vRSS)
Haiyang Zhang
4
-34
/
+504
2014-04-20
tcp: make tcp_cwnd_application_limited() static
Weiping Pan
3
-23
/
+22
2014-04-20
6lowpan: include net/net_namespace.h on 6lowpan namepsace header
Luis R. Rodriguez
1
-0
/
+1
2014-04-20
6lowpan: make lowpan_cb static
Luis R. Rodriguez
1
-1
/
+1
2014-04-20
6lowpan: add helper to get 6lowpan namespace
Luis R. Rodriguez
2
-16
/
+45
2014-04-20
sctp: add support for busy polling to sctp protocol
Neil Horman
2
-0
/
+9
2014-04-20
net: sxgbe: make local functions static
Jingoo Han
1
-8
/
+7
2014-04-20
macvlan: Move broadcasts into a work queue
Herbert Xu
1
-23
/
+93
2014-04-20
net: Add __dev_forward_skb
Herbert Xu
2
-18
/
+25
2014-04-20
tcp: Add a TCP_FASTOPEN socket option to get a max backlog on its listner
Kenjiro Nakayama
1
-0
/
+8
2014-04-20
net: phy: at803x: use genphy_config_init()
Daniel Mack
1
-33
/
+3
2014-04-20
net: phy: export genphy_config_init()
Daniel Mack
2
-1
/
+3
2014-04-19
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-12
/
+10
2014-04-19
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-11
/
+32
2014-04-19
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+16
2014-04-19
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
53
-914
/
+1058
2014-04-19
Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple...
Dave Airlie
13
-247
/
+152
2014-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
60
-339
/
+659
2014-04-18
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
10
-13
/
+169
2014-04-18
Merge tag 'char-misc-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
18
-158
/
+280
2014-04-18
Merge tag 'driver-core-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
14
-160
/
+92
2014-04-18
Merge tag 'staging-3.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
52
-19978
/
+154
[next]