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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-26
mac80211: fix start_seq_num in Rx reorder offload
Denton Gentry
1
-2
/
+2
2014-08-26
mac80211: mesh_plink: handle confirm frames with new plid
Bob Copeland
1
-1
/
+6
2014-08-26
mac80211: fix smps mode check for AP_VLAN
Felix Fietkau
1
-2
/
+5
2014-08-26
mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantype
Felix Fietkau
1
-0
/
+2
2014-08-26
Revert "mac80211: disable uAPSD if all ACs are under ACM"
Johannes Berg
1
-2
/
+1
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-25
net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDs
Mika Westerberg
1
-0
/
+1
2014-08-25
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
6
-19
/
+45
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-20
Bluetooth: Fix hci_conn reference counting for auto-connections
Johan Hedberg
3
-4
/
+35
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-19
ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpan
Martin Townsend
1
-12
/
+3
2014-08-19
ieee802154: 6lowpan: ensure of sending 1280 packets
Alexander Aring
1
-1
/
+1
2014-08-19
ieee802154: mac802154: handle the reserved dest mode by dropping the packet
Martin Townsend
1
-1
/
+4
2014-08-19
ieee802154: 6lowpan_rtnl: fix correct errno value
Alexander Aring
1
-1
/
+1
2014-08-19
mac802154: fixed potential skb leak with mac802154_parse_frame_start
Martin Townsend
1
-0
/
+1
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
[prev]
[next]