index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Move all mgmt command quirks to handler table
Johan Hedberg
2015-03-06
1
-1
/
+5
*
Bluetooth: Convert mgmt to use HCI chan registration API
Johan Hedberg
2015-03-06
2
-1
/
+6
*
Bluetooth: Add mgmt HCI channel registration API
Johan Hedberg
2015-03-06
1
-0
/
+17
*
Bluetooth: Introduce controller setting information for static address
Marcel Holtmann
2015-03-06
1
-0
/
+1
*
Bluetooth: fix service discovery behaviour for empty uuids filter
Jakub Pawlowski
2015-03-05
1
-0
/
+2
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2015-03-02
5
-105
/
+70
|
\
|
*
at86rf230: add support for external xtal trim
Alexander Aring
2015-02-27
1
-0
/
+1
|
*
Bluetooth: Update New CSRK event to match latest specification
Johan Hedberg
2015-02-27
2
-2
/
+7
|
*
Bluetooth: Rename hci_send_to_control to hci_send_to_channel
Johan Hedberg
2015-02-20
1
-1
/
+2
|
*
Bluetooth: Convert disconn_cfm to be triggered through hci_cb
Johan Hedberg
2015-02-19
1
-28
/
+16
|
*
Bluetooth: Convert connect_cfm to be triggered through hci_cb
Johan Hedberg
2015-02-19
1
-24
/
+16
|
*
Bluetooth: Convert L2CAP security callback to use hci_cb
Johan Hedberg
2015-02-19
1
-34
/
+6
|
*
Bluetooth: Convert hci_cb_list_lock to a mutex
Johan Hedberg
2015-02-19
1
-9
/
+9
|
*
Bluetooth: Add shutdown callback before closing the device
Tedd Ho-Jeong An
2015-02-15
1
-0
/
+1
|
*
ieee802154: cleanup ieee802154_le64_to_be64
Alexander Aring
2015-02-14
1
-3
/
+1
|
*
ieee802154: cleanup ieee802154_be64_to_le64
Alexander Aring
2015-02-14
1
-3
/
+2
|
*
ieee802154: correct ieee802154_is_valid_psdu_len
Alexander Aring
2015-02-14
1
-2
/
+10
*
|
net: Remove iocb argument from sendmsg and recvmsg
Ying Xue
2015-03-02
8
-35
/
+27
*
|
net: move skb->dropcount to skb->cb[]
Eyal Birger
2015-03-02
2
-4
/
+16
*
|
net: add common accessor for setting dropcount on packets
Eyal Birger
2015-03-02
1
-0
/
+6
*
|
net: use common macro for assering skb->cb[] available size in protocol families
Eyal Birger
2015-03-02
1
-0
/
+3
*
|
net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...
Eyal Birger
2015-03-02
1
-3
/
+3
*
|
net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
Eyal Birger
2015-03-02
1
-7
/
+3
*
|
pppoe: Use workqueue to die properly when a PADT is received
Simon Farnsworth
2015-03-02
1
-0
/
+2
*
|
cls_bpf: add initial eBPF support for programmable classifiers
Daniel Borkmann
2015-03-01
1
-0
/
+2
*
|
ebpf: move read-only fields to bpf_prog and shrink bpf_prog_aux
Daniel Borkmann
2015-03-01
2
-4
/
+4
*
|
ebpf: add sched_cls_type and map it to sk_filter's verifier ops
Daniel Borkmann
2015-03-01
1
-0
/
+1
*
|
ebpf: make internal bpf API independent of CONFIG_BPF_SYSCALL ifdefs
Daniel Borkmann
2015-03-01
1
-4
/
+16
*
|
ebpf: export BPF_PSEUDO_MAP_FD to uapi
Daniel Borkmann
2015-03-01
2
-2
/
+2
*
|
ebpf: constify various function pointer structs
Daniel Borkmann
2015-03-01
1
-7
/
+7
*
|
tcp: tso: remove tp->tso_deferred
Eric Dumazet
2015-02-28
1
-1
/
+0
*
|
usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME drivers
Ben Hutchings
2015-02-28
1
-0
/
+12
*
|
fib_trie: Convert fib_alias to hlist from list
Alexander Duyck
2015-02-27
1
-1
/
+1
*
|
multicast: Extend ip address command to enable multicast group join/leave on
Madhu Challa
2015-02-27
3
-0
/
+3
*
|
igmp v6: add __ipv6_sock_mc_join and __ipv6_sock_mc_drop
Madhu Challa
2015-02-27
1
-0
/
+8
*
|
udp: In udp_flow_src_port use random hash value if skb_get_hash fails
Tom Herbert
2015-02-27
1
-6
/
+15
*
|
net: dsa: Introduce dsa_is_port_initialized
Guenter Roeck
2015-02-25
1
-0
/
+5
*
|
net: dsa: integrate with SWITCHDEV for HW bridging
Florian Fainelli
2015-02-25
1
-0
/
+10
*
|
bonding: Implement port churn-machine (AD standard 43.4.17).
Mahesh Bandewar
2015-02-24
1
-0
/
+29
*
|
net: Remove state argument from skb_find_text()
Bojan Prtvar
2015-02-22
1
-2
/
+1
*
|
igmp: add __ip_mc_{join|leave}_group()
Eric Dumazet
2015-02-20
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-02-18
7
-21
/
+88
|
\
\
|
*
|
gue: Use checksum partial with remote checksum offload
Tom Herbert
2015-02-12
1
-0
/
+1
|
*
|
vxlan: Use checksum partial with remote checksum offload
Tom Herbert
2015-02-12
2
-1
/
+4
|
*
|
net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload
Tom Herbert
2015-02-12
2
-2
/
+32
|
*
|
net: Use more bit fields in napi_gro_cb
Tom Herbert
2015-02-12
1
-8
/
+10
|
*
|
net: Clarify meaning of CHECKSUM_PARTIAL for receive path
Tom Herbert
2015-02-12
2
-6
/
+15
|
*
|
net: Fix remcsum in GRO path to not change packet
Tom Herbert
2015-02-12
2
-2
/
+28
|
*
|
treewide: Remove unnecessary SSB_DEVTABLE_END macro
Joe Perches
2015-02-11
1
-2
/
+0
|
*
|
treewide: Remove unnecessary BCMA_CORETABLE_END macro
Joe Perches
2015-02-11
1
-2
/
+0
[next]