Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
24c54a90527ca5b85e7feedde2c779dc056ffddb
/
net
« Previous
56e5cb8
Bluetooth: Add missing hci_dev locking when calling mgmt functions
by Johan Hedberg
· 13 years ago
2e58ef3
Bluetooth: Move pending management command list into struct hci_dev
by Johan Hedberg
· 13 years ago
744cf19
Bluetooth: Pass full hci_dev struct to mgmt callbacks
by Johan Hedberg
· 13 years ago
e56c57d
net: rename sk_clone to sk_clone_lock
by Eric Dumazet
· 13 years ago
9ecd04b
sch_choke: use skb_header_pointer()
by Eric Dumazet
· 13 years ago
ae2772b
mac80211: allow frame aggregation for mesh
by Thomas Pedersen
· 13 years ago
739522b
mac80211: set HT capabilities for mesh peer
by Thomas Pedersen
· 13 years ago
176f360
mac80211: add HT IEs to mesh frames
by Thomas Pedersen
· 13 years ago
42e7aa7
mac80211: Add HT helper functions
by Alexander Simon
· 13 years ago
3b69a9c
mac80211: comment allocation of mesh frames
by Thomas Pedersen
· 13 years ago
077a915
mac80211: support adding IV-room in the skb for CCMP keys
by Arik Nemtsov
· 13 years ago
3b7b72e
nl80211: clean up genlmsg_end uses
by Johannes Berg
· 13 years ago
152c477
mac80211: exit cooked monitor RX early if there are none
by Johannes Berg
· 13 years ago
ef5af74
mac80211: fix confusing parentheses
by Johannes Berg
· 13 years ago
5903459
mac80211: call set_wmm_default only for valid vifs
by Eliad Peller
· 13 years ago
2563fa5
net: make ipv6 PKTINFO honour freebind
by Maciej Żenczykowski
· 13 years ago
f74024d
net: make ipv6 bind honour freebind
by Maciej Żenczykowski
· 13 years ago
34d2d89
sctp: fasthandoff with ASCONF at server-node
by Michio Honda
· 13 years ago
ddc4bbe
sctp: fasthandoff with ASCONF at mobile-node
by Michio Honda
· 13 years ago
8ce120f
net: better pcpu data alignment
by Eric Dumazet
· 13 years ago
9270fd6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
by John W. Linville
· 13 years ago
2bc8ca4
ipv4: Fix inetpeer expire time information
by Steffen Klassert
· 13 years ago
6d67e9b
tcp: Fix comments for Nagle algorithm
by Feng King
· 13 years ago
e50e705
l2tp: fix l2tp_udp_recv_core()
by Eric Dumazet
· 13 years ago
c457338
ipv6: drop packets when source address is multicast
by Brian Haley
· 13 years ago
4c659c3
Bluetooth: Add address type fields to mgmt messages that need them
by Johan Hedberg
· 13 years ago
86742e1
Bluetooth: Update link key mgmt APIs to match latest spec.
by Johan Hedberg
· 13 years ago
bd2d133
Bluetooth: Fix response for mgmt_start_discovery when powered off
by Johan Hedberg
· 13 years ago
889d07e
Bluetooth: Remove redundant code from mgmt_block & mgmt_unblock
by Johan Hedberg
· 13 years ago
3243553
Bluetooth: Convert power off mechanism to use delayed_work
by Johan Hedberg
· 13 years ago
2d7cee5
Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable fails
by Johan Hedberg
· 13 years ago
16ab91a
Bluetooth: Add timeout field to mgmt_set_discoverable
by Johan Hedberg
· 13 years ago
89352e7
Bluetooth: Periodic Inquiry and Discovery
by Andre Guedes
· 13 years ago
023d5049
Bluetooth: Create hci_cancel_inquiry()
by Andre Guedes
· 13 years ago
2519a1f
Bluetooth: Create hci_do_inquiry()
by Andre Guedes
· 13 years ago
66af7aa
Bluetooth: EFS: parse L2CAP config response
by Andrei Emeltchenko
· 13 years ago
9f5a0d7
Bluetooth: Define HCI reasons instead of magic number
by Andrei Emeltchenko
· 13 years ago
36f7fc7
Bluetooth: Clean up logic in hci_cc_write_scan_enable
by Johan Hedberg
· 13 years ago
abc545b
Bluetooth: Add debug print to l2cap_chan_create
by Szymon Janc
· 13 years ago
b24752f
Bluetooth: Fix mgmt response when adapter goes down or is removed
by Johan Hedberg
· 13 years ago
08add51
Bluetooth: Guarantee BR-EDR device will be registered as hci0
by Mat Martineau
· 13 years ago
8d5a04a
Bluetooth: Add signal handlers for channel moves
by Mat Martineau
· 13 years ago
50a147c
Bluetooth: Use symbolic values for the fixed channel map
by Mat Martineau
· 13 years ago
f94ff6f
Bluetooth: Add signal handlers for channel creation
by Mat Martineau
· 13 years ago
2ea6648
Bluetooth: Add channel policy to getsockopt/setsockopt
by Mat Martineau
· 13 years ago
6b3c710
Bluetooth: Initialize tx_win_max for fixed channel
by Andrei Emeltchenko
· 13 years ago
02b20f0
Bluetooth: recalculate priorities when channels are starving
by Luiz Augusto von Dentz
· 13 years ago
ec1cce2
Bluetooth: handle priority change within quote
by Luiz Augusto von Dentz
· 13 years ago
73d80de
Bluetooth: prioritizing data over HCI
by Luiz Augusto von Dentz
· 13 years ago
3c32fa9
Bluetooth: Fix hidp_get_connection()
by Gustavo F. Padovan
· 13 years ago
25df084
Bluetooth: hidp: Fix module reference cleanup
by David Herrmann
· 13 years ago
df164df
Bluetooth: Set HCI_MGMT flag only in read_controller_info
by Johan Hedberg
· 13 years ago
43611a7
Bluetooth: Increase HCI reset timeout in hci_dev_do_close
by Szymon Janc
· 13 years ago
db54467
Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm
by Szymon Janc
· 13 years ago
164a6e7
Bluetooth: Fix command complete/status for discovery commands
by Johan Hedberg
· 13 years ago
262038f
Bluetooth: make use sk_priority to priritize RFCOMM packets
by Luiz Augusto von Dentz
· 13 years ago
5e59b79
Bluetooth: set skbuffer priority based on L2CAP socket priority
by Luiz Augusto von Dentz
· 13 years ago
8035ded
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
by Luiz Augusto von Dentz
· 13 years ago
457f485
Bluetooth: correct debug output
by Andrei Emeltchenko
· 13 years ago
c6337ea
Bluetooth: remove magic offset and size
by Andrei Emeltchenko
· 13 years ago
3e6b3b9
Bluetooth: small styles clean ups to l2cap_core.c
by Gustavo F. Padovan
· 13 years ago
0e8b207
Bluetooth: EFS: implement L2CAP config pending state
by Andrei Emeltchenko
· 13 years ago
5973563
Bluetooth: Make hci_unregister_dev return void
by David Herrmann
· 13 years ago
96af739
Bluetooth: Replace rfcomm tty tasklet by workqueue
by David Herrmann
· 13 years ago
5ada991
Bluetooth: Return proper error codes on rfcomm tty init
by David Herrmann
· 13 years ago
f3f668b
Bluetooth: Use miliseconds for L2CAP channel timeouts
by Andrzej Kaczmarek
· 13 years ago
94956ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
4dff523
Bluetooth: Revert: Fix L2CAP connection establishment
by Arek Lichwa
· 13 years ago
039c811
wanrouter: Remove kernel_lock annotations
by Richard Weinberger
· 13 years ago
24b9c37
mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit setting
by Janusz.Dziedzic@tieto.com
· 13 years ago
3b6ef63
cfg80211: fix cmp_ies
by Johannes Berg
· 13 years ago
133a3ff
cfg80211: allow setting TXQ parameters only in AP mode
by Johannes Berg
· 13 years ago
6c73941
nl80211: fix HT capability attribute validation
by Johannes Berg
· 13 years ago
3432f92
mac80211: use min rate as basic rate for buggy APs
by Eliad Peller
· 13 years ago
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
39b0264
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by David S. Miller
· 13 years ago
6736c04
Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
22097fd
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 13 years ago
eea49cc9
af_packet: de-inline some helper functions
by Olof Johansson
· 13 years ago
bc417e3
net: Add back alignment for size for __alloc_skb
by Tony Lindgren
· 13 years ago
918eb39
net: add missing bh_unlock_sock() calls
by Eric Dumazet
· 13 years ago
e2e210c
l2tp: fix race in l2tp_recv_dequeue()
by Eric Dumazet
· 13 years ago
31cbecb
Merge branch 'osd-devel' into nfs-for-next
by Trond Myklebust
· 13 years ago
05cb910
mac80211: disable powersave for broken APs
by Johannes Berg
· 13 years ago
e3a4cc2
mac80211: Fix TDLS support validation in add_station handler
by Jouni Malinen
· 13 years ago
6911bf0
mac80211: config hw when going back on-channel
by Eliad Peller
· 13 years ago
eaa7af2
mac80211: fix remain_off_channel regression
by Eliad Peller
· 13 years ago
c125d5e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
by John W. Linville
· 13 years ago
0ad92ad
udp: fix a race in encap_rcv handling
by Eric Dumazet
· 13 years ago
501e89d
x25: Fix NULL dereference in x25_recvmsg
by Dave Jones
· 13 years ago
73cb88e
net: make the tcp and udp file_operations for the /proc stuff const
by Arjan van de Ven
· 13 years ago
deede2f
vlan: Don't propagate flag changes on down interfaces.
by Matthijs Kooijman
· 13 years ago
045f7b3
neigh: Kill bogus SMP protected debugging message.
by David S. Miller
· 13 years ago
563e123
netfilter: do not propagate nf_queue errors in nf_hook_slow
by Florian Westphal
· 13 years ago
2dad81a
netfilter: ipv6: fix afinfo->route refcnt leak on error
by Florian Westphal
· 13 years ago
ad542ced
ipvs: Remove unused variable "cs" from ip_vs_leave function.
by Krzysztof Wilczynski
· 13 years ago
0a9ee81
netfilter: Remove unnecessary OOM logging messages
by Joe Perches
· 13 years ago
b6338b5
ipvs: Removed unused variables
by Simon Horman
· 13 years ago
4a516f1
ipvs: Remove unused return value of protocol state transitions
by Simon Horman
· 13 years ago
3c2de2a
ipvs: Remove unused parameter from ip_vs_confirm_conntrack()
by Simon Horman
· 13 years ago
Next »