Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
efef793926f1baec7f2c8638c6d13576e6fe8997
/
include
7d077cd
net/mlx4: Add support for A0 steering
by Matan Barak
· 10 years ago
d57febe
net/mlx4: Add A0 hybrid steering
by Matan Barak
· 10 years ago
ddae034
net/mlx4: Change QP allocation scheme
by Eugenia Emantayev
· 10 years ago
3dca0f42
net/mlx4_core: Use tasklet for user-space CQ completion events
by Matan Barak
· 10 years ago
f95b414
net: introduce helper macro for_each_cmsghdr
by Gu Zheng
· 10 years ago
22f1092
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
785c20a
irda: Convert function pointer arrays and uses to const
by Joe Perches
· 10 years ago
22bbf5f
llc: Make llc_sap_action_t function pointer arrays const
by Joe Perches
· 10 years ago
9b37306
llc: Make llc_conn_ev_qfyr_t function pointer arrays const
by Joe Perches
· 10 years ago
14b7d95
llc: Make function pointer arrays const
by Joe Perches
· 10 years ago
0cb6c96
net, lib: kill arch_fast_hash library bits
by Daniel Borkmann
· 10 years ago
fd11a83
net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb
by Alexander Duyck
· 10 years ago
ffde732
net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag
by Alexander Duyck
· 10 years ago
6e5f59a
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by David S. Miller
· 10 years ago
4a5fdfe
bridge: remove mode BRIDGE_MODE_SWDEV
by Roopa Prabhu
· 10 years ago
fc0bdbb
bridge: new mode flag to indicate mode 'undefined'
by Roopa Prabhu
· 10 years ago
b5f185f
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 10 years ago
602de7e
Merge tag 'linux-can-next-for-3.19-20141207' of git://gitorious.org/linux-can/linux-can-next
by David S. Miller
· 10 years ago
605ad7f
tcp: refine TSO autosizing
by Eric Dumazet
· 10 years ago
218321e
bury memcpy_toiovec()
by Al Viro
· 10 years ago
d3a9632
skb_copy_datagram_iovec() can die
by Al Viro
· 10 years ago
e5a4b0b
switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives
by Al Viro
· 10 years ago
1783639
first fruits - kill l2cap ->memcpy_fromiovec()
by Al Viro
· 10 years ago
c0371da
put iov_iter into msghdr
by Al Viro
· 10 years ago
d838df2
vmci: propagate msghdr all way down to __qp_memcpy_from_queue()
by Al Viro
· 10 years ago
56c39fb
switch l2cap ->memcpy_fromiovec() to msghdr
by Al Viro
· 10 years ago
f4362a2
switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)
by Al Viro
· 10 years ago
f69e6d1
ip_generic_getfrag, udplite_getfrag: switch to passing msghdr
by Al Viro
· 10 years ago
c7f3685
Merge branch 'iov_iter' into for-davem-2
by Al Viro
· 10 years ago
5933fea
ipvlan: move the device check function into netdevice.h
by Mahesh Bandewar
· 10 years ago
2f33e7d
netdevice: Add a function to check macvlan port
by Mahesh Bandewar
· 10 years ago
dbfc4fb
dst: no need to take reference on DST_NOCACHE dsts
by Hannes Frederic Sowa
· 10 years ago
6e3a8a9
tcp_cubic: add SNMP counters to track how effective is Hystart
by Eric Dumazet
· 10 years ago
57d743a
net: sched: cls: remove unused op put from tcf_proto_ops
by Jiri Pirko
· 10 years ago
6ffe75e
net: avoid two atomic operations in fast clones
by Eric Dumazet
· 10 years ago
395eea6
rtnetlink: delay RTM_DELLINK notification until after ndo_uninit()
by Mahesh Bandewar
· 10 years ago
5f4d8d9
tc_act: export uapi header file
by stephen hemminger
· 10 years ago
6db70e3e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 10 years ago
a5a519b
fib_trie: Fix /proc/net/fib_trie when CONFIG_IP_MULTIPLE_TABLES is not defined
by Alexander Duyck
· 10 years ago
892311f
ethtool: Support for configurable RSS hash function
by Eyal Perry
· 10 years ago
9c0c112
net: Add functions for handling padding frame and adding to length
by Alexander Duyck
· 10 years ago
0c7aac8
net/mlx5_core: Remove unused dev cap enum fields
by Eli Cohen
· 10 years ago
97ede29
tipc: convert name table read-write lock to RCU
by Ying Xue
· 10 years ago
b0ba512
net: bcmgenet: enable driver to work without a device tree
by Petri Gynther
· 10 years ago
aa58309
copy_from_iter_nocache()
by Al Viro
· 10 years ago
abb78f8
new helper: iov_iter_kvec()
by Al Viro
· 10 years ago
a604ec7
csum_and_copy_..._iter()
by Al Viro
· 10 years ago
c3582a2
hyperv: Add support for vNIC hot removal
by Haiyang Zhang
· 10 years ago
829ae9d
net-timestamp: allow reading recv cmsg on errqueue with origin tstamp
by Willem de Bruijn
· 10 years ago
a280455
iov_iter.c: handle ITER_KVEC directly
by Al Viro
· 10 years ago
bac78aa
can: dev: Consolidate and unify state change handling
by Andri Yngvason
· 10 years ago
89aa075
net: sock: allow eBPF programs to be attached to sockets
by Alexei Starovoitov
· 10 years ago
ddd872b
bpf: verifier: add checks for BPF_ABS | BPF_IND instructions
by Alexei Starovoitov
· 10 years ago
4fc11e6
uapi: fix to export linux/vm_sockets.h
by Masahiro Yamada
· 10 years ago
244ebd9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 10 years ago
f700076
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 10 years ago
4b71bba
Bluetooth: Enabled LE Direct Advertising Report event if supported
by Marcel Holtmann
· 10 years ago
32c9d43
Bluetooth: Add definitions for LE Direct Advertising Report event
by Marcel Holtmann
· 10 years ago
2331fd4
Bluetooth: Move LE advertising report defines to the right location
by Marcel Holtmann
· 10 years ago
da25cf6
Bluetooth: Report invalid RSSI for service discovery and background scan
by Marcel Holtmann
· 10 years ago
0256325
Bluetooth: Add helper function for clearing the discovery filter
by Marcel Holtmann
· 10 years ago
37eab04
Bluetooth: Add extra discovery fields for storing filter information
by Jakub Pawlowski
· 10 years ago
7e61df5
Bluetooth: Add definitions for MGMT_OP_START_SERVICE_DISCOVERY
by Jakub Pawlowski
· 10 years ago
a89612a
Bluetooth: Add HCI_RSSI_INVALID for unknown RSSI value
by Marcel Holtmann
· 10 years ago
de51f16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 10 years ago
04bb7ec
Merge tag 'nfc-next-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next
by John W. Linville
· 10 years ago
6928a92
Bluetooth: Store address type with OOB data
by Johan Hedberg
· 10 years ago
81328d5c
Bluetooth: Unify remote OOB data functions
by Johan Hedberg
· 10 years ago
ef8efe4
Bluetooth: Add skeleton for BR/EDR SMP channel
by Johan Hedberg
· 10 years ago
858cdc7
Bluetooth: Add debugfs switch for forcing SMP over BR/EDR
by Johan Hedberg
· 10 years ago
fe8bc5a
Bluetooth: Add hci_conn flag for new link key generation
by Johan Hedberg
· 10 years ago
f3a73d9
Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk
by Johan Hedberg
· 11 years ago
0ac3dbf
Bluetooth: Remove unused hci_find_ltk function
by Johan Hedberg
· 11 years ago
710f11c
Bluetooth: Use custom macro for testing BR/EDR SC enabled
by Johan Hedberg
· 11 years ago
23fb8de
Bluetooth: Add mgmt support for LE Secure Connections LTK types
by Johan Hedberg
· 11 years ago
a51b919
netfilter: ipset: Alignment problem between 64bit kernel 32bit userspace
by Jozsef Kadlecsik
· 10 years ago
2c3c031
bridge: add brport flags to dflt bridge_getlink
by Scott Feldman
· 10 years ago
345cd49
bridge: add new hwmode swdev
by Scott Feldman
· 10 years ago
efacacd
bridge: add new brport flag LEARNING_SYNC
by Scott Feldman
· 10 years ago
065c212
bridge: move private brport flags to if_bridge.h so port drivers can use flags
by Scott Feldman
· 10 years ago
cf6b8e1
bridge: add API to notify bridge driver of learned FBD on offloaded device
by Scott Feldman
· 10 years ago
38dcf35
bridge: call netdev_sw_port_stp_update when bridge port STP status changes
by Scott Feldman
· 10 years ago
82f2841
rtnl: expose physical switch id for particular device
by Jiri Pirko
· 10 years ago
007f790
net: introduce generic switch devices support
by Jiri Pirko
· 10 years ago
02637fc
net: rename netdev_phys_port_id to more generic name
by Jiri Pirko
· 10 years ago
f6f6424
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
by Jiri Pirko
· 10 years ago
b7485f6
neigh: sort Neighbor Cache Entry Flags
by Jiri Pirko
· 10 years ago
e479ce4
NFC: NCI: Fix max length of General Bytes in ATR_RES
by Julien Lefrique
· 10 years ago
b3a55b9
NFC: hci: Add specific hci macro to not create a pipe
by Christophe Ricard
· 10 years ago
3682f49
NFC: netlink: Add new netlink command NFC_CMD_ACTIVATE_TARGET
by Christophe Ricard
· 10 years ago
0bd49fc
Bluetooth: Track both local and remote L2CAP fixed channel mask
by Johan Hedberg
· 10 years ago
a688bf5
NFC: nci: Add se_io NCI operand
by Christophe Ricard
· 10 years ago
e9ef943
NFC: nci: Update nci_disable_se to run proprietary commands to disable a secure element
by Christophe Ricard
· 10 years ago
93bca2b
NFC: nci: Update nci_enable_se to run proprietary commands to enable a secure element
by Christophe Ricard
· 10 years ago
ba4db55
NFC: nci: Update nci_discover_se to run proprietary commands to discover all available secure element
by Christophe Ricard
· 10 years ago
9b8d32b
NFC: hci: Add se_io HCI operand
by Christophe Ricard
· 10 years ago
a80d0cb
NFC: st21nfcb: Remove gpio_irq field in static and dts configuration
by Christophe Ricard
· 10 years ago
40af86a
NFC: st21nfca: Remove gpio_irq field in static and dts configuration
by Christophe Ricard
· 10 years ago
992066c
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 10 years ago
60b7379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
Next »