index
:
~gabbayo/linux
habanalabs-fixes
habanalabs-next
master
This repository contains AMD's HSA Linux kernel driver, called amdkfd
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-04
Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm...
John W. Linville
21
-170
/
+179
2014-08-29
net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDs
Mika Westerberg
1
-0
/
+1
2014-08-29
mac80211: fix chantype recalc warning
Michal Kazior
1
-2
/
+2
2014-08-27
mac80211: Replace rcu_dereference() with rcu_access_pointer()
Andreea-Cristina Bernat
1
-2
/
+2
2014-08-26
mac80211: scan: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
1
-1
/
+1
2014-08-26
cfg80211: allow passing frame type to cfg80211_inform_bss()
Johannes Berg
1
-2
/
+13
2014-08-26
cfg80211: clarify BSS probe response vs. beacon data
Johannes Berg
2
-6
/
+16
2014-08-26
cfg80211: re-enable CSA for drivers that support it
Michal Kazior
1
-6
/
+0
2014-08-26
mac80211: don't resize skbs needlessly
Ido Yariv
1
-1
/
+4
2014-08-26
mac80211: Fix accounting of the tailroom-needed counter
Ido Yariv
1
-9
/
+3
2014-08-26
cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()
Vladimir Kondratiev
2
-3
/
+3
2014-08-26
mac80211: make ieee80211_vif_use_reserved_switch static
Johannes Berg
2
-95
/
+93
2014-08-26
mac80211: mesh_plink: use get_unaligned_le16 instead of memcpy
Bob Copeland
1
-7
/
+3
2014-08-25
wireless: core: Reorder wiphy_register() notifications relevantly
Tomasz Bursztyka
1
-4
/
+3
2014-08-25
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
12
-548
/
+766
2014-08-22
mac80211: fix channel switch for chanctx-based drivers
Michal Kazior
1
-1
/
+1
2014-08-22
net: sctp: fix suboptimal edge-case on non-active active/retrans path selection
Daniel Borkmann
1
-6
/
+3
2014-08-22
net: sctp: spare unnecessary comparison in sctp_trans_elect_best
Daniel Borkmann
1
-1
/
+1
2014-08-22
openvswitch: fix panic with multiple vlan headers
Jiri Benc
1
-0
/
+5
2014-08-22
net: ipv6: fib: don't sleep inside atomic lock
Benjamin Block
1
-1
/
+1
2014-08-21
sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probe
zhuyj
1
-0
/
+1
2014-08-21
packet: handle too big packets for PACKET_V3
Eric Dumazet
2
-0
/
+18
2014-08-21
lec: Use rtnl lock/unlock when updating MTU
chas williams - CONTRACTOR
1
-0
/
+2
2014-08-19
tipc: Fix build.
David S. Miller
1
-1
/
+2
2014-08-19
cbq: now_rt removal
Vasily Averin
1
-10
/
+1
2014-08-19
cbq: incorrectly low bandwidth setting blocks limited traffic
Vasily Averin
1
-24
/
+13
2014-08-16
tipc: fix message importance range check
Erik Hugne
2
-2
/
+4
2014-08-16
batman-adv: Fix parameter order of hlist_add_behind
Sven Eckelmann
1
-1
/
+1
2014-08-15
mac80211: disable 40MHz support in case of 20MHz AP
Eliad Peller
1
-8
/
+22
2014-08-15
mac80211: don't duplicate station QoS capability data
Johannes Berg
10
-28
/
+16
2014-08-14
netlink: Annotate RCU locking for seq_file walker
Thomas Graf
1
-0
/
+2
2014-08-14
tcp: fix ssthresh and undo for consecutive short FRTO episodes
Neal Cardwell
1
-5
/
+3
2014-08-14
tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic
Hannes Frederic Sowa
2
-5
/
+10
2014-08-14
tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()
Neal Cardwell
3
-4
/
+6
2014-08-14
sit: Fix ipip6_tunnel_lookup device matching criteria
Shmulik Ladkani
1
-3
/
+3
2014-08-14
tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)
Andrey Vagin
2
-8
/
+11
2014-08-14
Bluetooth: Fix ERTM L2CAP resend packet
Lukasz Rymanowski
1
-3
/
+5
2014-08-14
Bluetooth: Improve data packing in SAR mode
Lukasz Rymanowski
1
-4
/
+1
2014-08-14
mac802154: common tx error path
Varka Bhadram
1
-7
/
+8
2014-08-14
ieee802154: 6lowpan: remove unused function
Alexander Aring
1
-8
/
+0
2014-08-14
mac802154: common error path
Varka Bhadram
1
-4
/
+6
2014-08-14
mac802154: cleanup in rx path
Varka Bhadram
1
-3
/
+2
2014-08-14
Bluetooth: Make smp_chan_destroy() private to smp.c
Johan Hedberg
2
-52
/
+50
2014-08-14
Bluetooth: Always call smp_distribute_keys() from a workqueue
Johan Hedberg
1
-16
/
+26
2014-08-14
Bluetooth: Move canceling security_timer into smp_chan_destroy()
Johan Hedberg
1
-6
/
+6
2014-08-14
Bluetooth: Remove unused l2cap_conn->security_timer
Johan Hedberg
1
-17
/
+1
2014-08-14
Bluetooth: Add SMP-internal timeout callback
Johan Hedberg
1
-9
/
+43
2014-08-14
Bluetooth: Fix double free of SMP data skb
Johan Hedberg
1
-7
/
+6
2014-08-14
Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback fails
Johan Hedberg
1
-1
/
+19
2014-08-14
Bluetooth: Add public l2cap_conn_shutdown() API to request disconnection
Johan Hedberg
1
-0
/
+25
[next]