Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
8a2936f44ad53ce4e734a0a0cc5bedc57711e87c
/
net
8a2936f
Bluetooth: Add flexible buffer byte order swapping function
by Johan Hedberg
· 11 years ago
533e35d
Bluetooth: Convert SMP flags into an enum
by Johan Hedberg
· 11 years ago
2ceba53
Bluetooth: Remove HCI prefix from SMP LTK defines
by Johan Hedberg
· 11 years ago
7d5843b
Bluetooth: Remove unnecessary SMP STK define
by Johan Hedberg
· 11 years ago
c29d244
Bluetooth: Fix missing NULL check for smp_chan_create() return value
by Johan Hedberg
· 11 years ago
65cc2b4
Bluetooth: Use struct delayed_work for HCI command timeout
by Marcel Holtmann
· 11 years ago
d9fbd02
Bluetooth: Use explicit header and body length for L2CAP SKB allocation
by Marcel Holtmann
· 11 years ago
8d46321
Bluetooth: Assign L2CAP socket priority when allocating SKB
by Marcel Holtmann
· 11 years ago
67f86a4
Bluetooth: Use const for struct l2cap_ops field
by Marcel Holtmann
· 11 years ago
5373010
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by Marcel Holtmann
· 11 years ago
97dc94f
cfg80211: remove channel_switch combination check
by Michal Kazior
· 11 years ago
4c3ebc5
mac80211: use chanctx reservation for STA CSA
by Michal Kazior
· 11 years ago
03078de
mac80211: use chanctx reservation for AP CSA
by Michal Kazior
· 11 years ago
71e6195
mac80211: make check_combinations() aware of chanctx reservation
by Michal Kazior
· 11 years ago
5bcae31
mac80211: implement multi-vif in-place reservations
by Michal Kazior
· 11 years ago
633e271
mac80211: split sched scan IEs
by David Spinadel
· 11 years ago
c56ef67
mac80211: support more than one band in scan request
by David Spinadel
· 11 years ago
ee10f2c
mac80211: protect TDLS discovery session
by Arik Nemtsov
· 11 years ago
7adc3e4
mac80211: make sure TDLS peer STA exists during setup
by Arik Nemtsov
· 11 years ago
c887f0d3
mac80211: add API to request TDLS operation from userspace
by Arik Nemtsov
· 11 years ago
db67d66
mac80211: implement proper Tx path flushing for TDLS
by Arik Nemtsov
· 11 years ago
191dd46
mac80211: split tdls_mgmt function
by Arik Nemtsov
· 11 years ago
2fb6b9b
mac80211: use TDLS initiator in tdls_mgmt operations
by Arik Nemtsov
· 11 years ago
31fa97c
cfg80211: pass TDLS initiator in tdls_mgmt operations
by Arik Nemtsov
· 11 years ago
17e6a59
mac80211: cleanup TDLS state during failed setup
by Arik Nemtsov
· 11 years ago
68885a5
mac80211: set auth flags after other station info
by Arik Nemtsov
· 11 years ago
9deba04
mac80211: clarify TDLS Tx handling
by Arik Nemtsov
· 11 years ago
a46992b
mac80211: stop only the queues assigned to the vif during channel switch
by Luciano Coelho
· 11 years ago
26da23b
mac80211: add functions to stop and wake all queues assigned to a vif
by Luciano Coelho
· 11 years ago
cca07b0
mac80211: introduce refcount for queue_stop_reasons
by Luciano Coelho
· 11 years ago
59f48fe
mac80211: don't stop all queues when flushing
by Luciano Coelho
· 11 years ago
8d7b70f
net: Mac80211: Remove silly timespec dance
by Thomas Gleixner
· 11 years ago
1817152
mac80211: Use ktime_get_ts()
by Thomas Gleixner
· 11 years ago
10d78f2
mac80211: use csa counter offsets instead of csa_active
by Michal Kazior
· 11 years ago
af296bd
mac80211: move csa counters from sdata to beacon/presp
by Michal Kazior
· 11 years ago
b493283
mac80211: allow tx via monitor iface when DFS
by Janusz Dziedzic
· 11 years ago
b7ffbd7
cfg80211: make ethtool the driver's responsibility
by Johannes Berg
· 11 years ago
ba9030c
mac80211: remove weak WEP IV accounting
by Johannes Berg
· 11 years ago
b314c66
trivial: net/mac80211/mesh.c: fix typo s/Substract/Subtract/
by Antonio Ospite
· 11 years ago
2b470c3
mac80211: remove ignore_plink_timer flag
by Bob Copeland
· 11 years ago
5ac2e35
mac80211: fix station/driver powersave race
by Johannes Berg
· 11 years ago
20edb50
mac80211: remove PID rate control
by John W. Linville
· 11 years ago
1d56dc4
Bluetooth: Fix for ACL disconnect when pairing fails
by Lukasz Rymanowski
· 11 years ago
2ed8f65
Bluetooth: Fix rejecting pairing in case of insufficient capabilities
by Johan Hedberg
· 11 years ago
581370c
Bluetooth: Refactor authentication method lookup into its own function
by Johan Hedberg
· 11 years ago
c7262e7
Bluetooth: Fix overriding higher security level in SMP
by Johan Hedberg
· 11 years ago
7f4dbaa
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by John W. Linville
· 11 years ago
a9be224
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 11 years ago
b58537a
net: sctp: fix permissions for rto_alpha and rto_beta knobs
by Daniel Borkmann
· 11 years ago
46fb51e
net: Fix save software checksum complete
by Tom Herbert
· 11 years ago
63c6f81
udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookup
by Eric Dumazet
· 11 years ago
92d1372
Bluetooth: Allow change security level on ATT_CID in slave role
by Marcin Kraglak
· 11 years ago
c73f94b
Bluetooth: Fix locking of hdev when calling into SMP code
by Johan Hedberg
· 11 years ago
7ab56c3
Bluetooth: Fix deadlock in l2cap_conn_del()
by Jukka Taimisto
· 11 years ago
f8680f1
Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI state
by Johan Hedberg
· 11 years ago
21a60d3
Bluetooth: Refactor discovery stopping into its own function
by Johan Hedberg
· 11 years ago
50143a4
Bluetooth: Fix indicating discovery state when canceling inquiry
by Johan Hedberg
· 11 years ago
fff3490
Bluetooth: Fix setting correct authentication information for SMP STK
by Johan Hedberg
· 11 years ago
4ad51a7
Bluetooth: Add clarifying comment for conn->auth_type
by Johan Hedberg
· 11 years ago
ba15a58
Bluetooth: Fix SSP acceptor just-works confirmation without MITM
by Johan Hedberg
· 11 years ago
e694788
Bluetooth: Fix check for connection encryption
by Johan Hedberg
· 11 years ago
b62b650
Bluetooth: Fix incorrectly overriding conn->src_type
by Johan Hedberg
· 11 years ago
6d87c22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
f9da455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 11 years ago
e5eca6d
rtnetlink: fix userspace API breakage for iproute2 < v3.9.0
by Michal Schmidt
· 11 years ago
bef1909
tcp: fixing TLP's FIN recovery
by Per Hurtig
· 11 years ago
3993c4e
bridge: fix compile error when compiling without IPv6 support
by Linus Lüssing
· 11 years ago
6c03ee8
bridge: fix smatch warning / potential null pointer dereference
by Linus Lüssing
· 11 years ago
16b9057
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
d3217b1
sctp: Fix sk_ack_backlog wrap-around problem
by Xufeng Zhang
· 11 years ago
9c1d528
Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linus
by Al Viro
· 11 years ago
902455e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
c5b4616
net/core: Add VF link state control policy
by Doug Ledford
· 11 years ago
6e765a0
net_sched: drr: warn when qdisc is not work conserving
by Florian Westphal
· 11 years ago
6bae1d4
net: Add skb_gro_postpull_rcsum to udp and vxlan
by Tom Herbert
· 11 years ago
7e3cead
net: Save software checksum complete
by Tom Herbert
· 11 years ago
f6479449
ceph: remove bogus extern
by stephen hemminger
· 11 years ago
9709674
ipv4: fix a race in ip4_datagram_release_cb()
by Eric Dumazet
· 11 years ago
bad93e9
net: add __pskb_copy_fclone and pskb_copy_for_clone
by Octavian Purdila
· 11 years ago
204177f
bridge: Support 802.1ad vlan filtering
by Toshiaki Makita
· 11 years ago
f2808d2
bridge: Prepare for forwarding another bridge group addresses
by Toshiaki Makita
· 11 years ago
8580e21
bridge: Prepare for 802.1ad vlan filtering support
by Toshiaki Makita
· 11 years ago
1c5abb6
bridge: Add 802.1ad tx vlan acceleration
by Toshiaki Makita
· 11 years ago
61f83d0
net: filter: fix warning on 32-bit arch
by Alexei Starovoitov
· 11 years ago
02c00c2
tipc: fix potential bug in function tipc_backlog_rcv
by Jon Paul Maloy
· 11 years ago
9b87d46
net: sctp: fix incorrect type in gfp initializer
by Daniel Borkmann
· 11 years ago
a7288c4
net: sctp: improve sctp_select_active_and_retran_path selection
by Daniel Borkmann
· 11 years ago
e575235
net: sctp: migrate most recently used transport to ktime
by Daniel Borkmann
· 11 years ago
b82e8f3
net: sctp: refactor active path selection
by Daniel Borkmann
· 11 years ago
67cb936
ktime: add ktime_after and ktime_before helper
by Daniel Borkmann
· 11 years ago
2d3b5b0
mac802154: don't deliver packets to devices that are down
by Phoebe Buckheister
· 11 years ago
a374eeb
mac802154: properly free incoming skbs on decryption failure
by Phoebe Buckheister
· 11 years ago
5882a07
net: fix UDP tunnel GSO of frag_list GRO packets
by Wei-Chun Chao
· 11 years ago
f6c20c5
net: ipv6: Fixed up ipsec packet be re-routing issue
by huizhang
· 11 years ago
5ce54af
ip_tunnel: fix i_key matching in ip_tunnel_find
by Dmitry Popov
· 11 years ago
7c8e6b9
ip_vti: Fix 'ip tunnel add' with 'key' parameters
by Dmitry Popov
· 11 years ago
e430f34
net: filter: cleanup A/X name usage
by Alexei Starovoitov
· 11 years ago
84a7c0b
dns_resolver: assure that dns_query() result is null-terminated
by Manuel Schölling
· 11 years ago
2cd4143
bridge: memorize and export selected IGMP/MLD querier port
by Linus Lüssing
· 11 years ago
07f8ac4
bridge: add export of multicast database adjacent to net_dev
by Linus Lüssing
· 11 years ago
Next »