Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
c1e64e298b8cad309091b95d8436a0255c84f54a
/
include
/
net
c1e64e2
net: diag: Support destroying TCP sockets.
by Lorenzo Colitti
· 9 years ago
64be0ae
net: diag: Add the ability to destroy a socket.
by Lorenzo Colitti
· 9 years ago
7f00fea
ila: Add generic ILA translation facility
by Tom Herbert
· 9 years ago
fc9e50f
netlink: add a start callback for starting a netlink dump
by Tom Herbert
· 9 years ago
9a49850
tcp: Fix conditions to determine checksum offload
by Tom Herbert
· 9 years ago
a188222
net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK
by Tom Herbert
· 9 years ago
6ff64f6
switchdev: Pass original device to port netdev driver
by Ido Schimmel
· 9 years ago
5148371
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 9 years ago
369620a
rco: Clean up casting errors
by Tom Herbert
· 9 years ago
818f1f3
ipv6: add ipv6_addr_prefix_copy
by Alexander Aring
· 9 years ago
b1815fd
6lowpan: add debugfs support
by Alexander Aring
· 9 years ago
00f5931
6lowpan: add lowpan dev register helpers
by Alexander Aring
· 9 years ago
17fd08f
Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flag
by Johan Hedberg
· 9 years ago
2ff1389
Bluetooth: Perform HCI update for power on synchronously
by Johan Hedberg
· 9 years ago
c366f55
Bluetooth: Move discoverable timeout behind hdev->req_workqueue
by Johan Hedberg
· 9 years ago
aed1a88
Bluetooth: Move discoverable changes to hdev->req_workqueue
by Johan Hedberg
· 9 years ago
53c0ba7
Bluetooth: Move connectable changes to hdev->req_workqueue
by Johan Hedberg
· 9 years ago
f225257
Bluetooth: Move advertising instance management to hci_request.c
by Johan Hedberg
· 9 years ago
01b1cb8
Bluetooth: Run page scan updates through hdev->req_workqueue
by Johan Hedberg
· 9 years ago
2a56a1f
net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct
by Tejun Heo
· 9 years ago
297dbde
netprio_cgroup: limit the maximum css->id to USHRT_MAX
by Tejun Heo
· 9 years ago
8ac2837
Revert "Merge branch 'vsock-virtio'"
by Stefan Hajnoczi
· 9 years ago
4baee937
net: dsa: remove DSA link polling
by Neil Armstrong
· 9 years ago
ad9360b
Merge tag 'mac80211-next-for-davem-2015-12-07' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 9 years ago
91d3ab4
cfg80211: Add support for aborting an ongoing scan
by Vidyullatha Kanchanapally
· 9 years ago
b115b97
mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flag
by Janusz.Dziedzic@tieto.com
· 9 years ago
ef04476
mac80211: add atomic uploaded keys iterator
by Eliad Peller
· 9 years ago
0ead251
mac80211: allow the driver to send EOSP when needed
by Emmanuel Grumbach
· 9 years ago
0483eea
cfg80211: replace ieee80211_ie_split() with an inline
by Johannes Berg
· 9 years ago
3110489
mac80211: allow driver to prevent two stations w/ same address
by Johannes Berg
· 9 years ago
d9d3ac7
Merge remote-tracking branch 'mac80211/master' into HEAD
by Johannes Berg
· 9 years ago
f188b95
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
e3c9b1e
Merge tag 'mac80211-for-davem-2015-12-02' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 9 years ago
357ab22
VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic
by Asias He
· 9 years ago
4eaf3b8
net_sched: fix qdisc_tree_decrease_qlen() races
by Eric Dumazet
· 9 years ago
f7c7eb7
bonding: implement lower state change propagation
by Jiri Pirko
· 9 years ago
5d39706
bonding: allow notifications for bond_set_slave_link_state
by Jiri Pirko
· 9 years ago
6bd4f35
ipv6: kill sk_dst_lock
by Eric Dumazet
· 9 years ago
7450aaf
tcp: suppress too verbose messages in tcp_send_ack()
by Eric Dumazet
· 9 years ago
38ee8fb
sctp: convert sack_needed and sack_generation to bits
by Marcelo Ricardo Leitner
· 9 years ago
45f6fad
ipv6: add complete rcu protection around np->opt
by Eric Dumazet
· 9 years ago
ceb5d58
net: fix sock_wake_async() rcu protection
by Eric Dumazet
· 9 years ago
9cd3e07
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
by Eric Dumazet
· 9 years ago
304d888
Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"
by Nicolas Dichtel
· 9 years ago
1ce0bf5
net: Generalise wq_has_sleeper helper
by Herbert Xu
· 9 years ago
264640f
ipv6: distinguish frag queues by device for multicast and link-local packets
by Michal Kubeček
· 9 years ago
54f1aa2
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 9 years ago
7d26727
unix: avoid use-after-free in ep_remove_wait_queue
by Rainer Weikusat
· 9 years ago
cc30c16
net: dsa: Add support for a switch reset gpio
by Andrew Lunn
· 9 years ago
40b25fe
Bluetooth: Add support for Get Advertising Size Information command
by Marcel Holtmann
· 9 years ago
ac06219
mac80211: always set the buf_size in AddBA req to 64
by Gregory Greenman
· 9 years ago
0ad06aa
Bluetooth: Fix specifying role for LE connections
by Johan Hedberg
· 9 years ago
2154d3f
Bluetooth: Move Stop Discovery to req_workqueue
by Johan Hedberg
· 9 years ago
e68f072
Bluetooth: Move Start Discovery to req_workqueue
by Johan Hedberg
· 9 years ago
7c1fbed
Bluetooth: Move LE scan disable/restart behind req_workqueue
by Johan Hedberg
· 9 years ago
4ebeee2
Bluetooth: Add HCI status return parameter to hci_req_sync()
by Johan Hedberg
· 9 years ago
2e93e53
Bluetooth: Run all background scan updates through req_workqueue
by Johan Hedberg
· 9 years ago
030e7f8
Bluetooth: Remove unnecessary call to hci_update_background_scan
by Johan Hedberg
· 9 years ago
ac71494
Bluetooth: Add support for controller specific logging
by Marcel Holtmann
· 9 years ago
dd31506
Bluetooth: Add support for sending system notes to monitor channel
by Marcel Holtmann
· 9 years ago
44d2713
Bluetooth: Compress the size of struct hci_ctrl
by Johan Hedberg
· 9 years ago
5fcc86b
Bluetooth: Remove redundant setting to zero of bt_cb
by Johan Hedberg
· 9 years ago
f5c4a42
Bluetooth: Add hci_skb_* helper wrappers for bt_cb(skb) access
by Marcel Holtmann
· 9 years ago
02d62e8
net: un-inline sk_busy_loop()
by Eric Dumazet
· 9 years ago
24cb705
net: switchdev: fix return code of fdb_dump stub
by Dragos Tatulea
· 9 years ago
b4fe85f
ip_tunnel: disable preemption when updating per-cpu tstats
by Jason A. Donenfeld
· 9 years ago
00fd38d
tcp: ensure proper barriers in lockless contexts
by Eric Dumazet
· 9 years ago
02bcf4e
ipv6: Check rt->dst.from for the DST_NOCACHE route
by Martin KaFai Lau
· 9 years ago
382a483
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 9 years ago
2df4ee7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
086f332
netfilter: nf_tables: add clone interface to expression operations
by Pablo Neira Ayuso
· 9 years ago
54abc68
net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()
by Eric Dumazet
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
0962733
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by David S. Miller
· 9 years ago
8a7889c
Bluetooth: L2CAP: Fix returning correct LE CoC response codes
by Johan Hedberg
· 9 years ago
f63ce5b
tun_dst: Fix potential NULL dereference
by Tobias Klauser
· 9 years ago
73186df
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
b3047a7
Merge tag 'mac80211-for-davem-2015-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 9 years ago
dcae9e0
mac80211: document sleep requirements for channel context ops
by Chaitanya T K
· 9 years ago
e86abc6
cfg80211/mac80211: clarify RSSI CQM reporting requirements
by Johannes Berg
· 9 years ago
52bc671
bonding: simplify / unify event handling code for 3ad mode.
by Mahesh Bandewar
· 9 years ago
1d6119b
net: fix percpu memory leaks
by Eric Dumazet
· 9 years ago
8fa677d
net: avoid NULL deref in inet_ctl_sock_destroy()
by Eric Dumazet
· 9 years ago
9e17f8a
net: make skb_set_owner_w() more robust
by Eric Dumazet
· 9 years ago
4f823de
ipv4: fix to not remove local route on link down
by Julian Anastasov
· 9 years ago
76e398a
net: dsa: use switchdev obj for VLAN add/del ops
by Vivien Didelot
· 9 years ago
ea3803c
VSOCK: define VSOCK_SS_LISTEN once only
by Stefan Hajnoczi
· 9 years ago
740215d
Merge tag 'nfc-next-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next
by David S. Miller
· 9 years ago
5bf8921
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 9 years ago
f116317
NFC: nci: non-static functions can not be inline
by Robert Dolca
· 9 years ago
8941faa
net: tso: add support for IPv6
by emmanuel.grumbach@intel.com
· 9 years ago
2bd8324
NFC: NCI: allow spi driver to choose transfer clock
by Vincent Cuissard
· 9 years ago
b5b3e23
NFC: nfcmrvl: add i2c driver
by Vincent Cuissard
· 9 years ago
e5629d2
NFC: NCI: export nci_send_frame and nci_send_cmd function
by Vincent Cuissard
· 9 years ago
96d4581
NFC: netlink: Add mode parameter to deactivate_target functions
by Christophe Ricard
· 9 years ago
b1fa4dc
NFC: st-nci: Add support for proprietary commands
by Christophe Ricard
· 9 years ago
242c0eb
Bluetooth: Rename bt_cb()->req into bt_cb()->hci
by Marcel Holtmann
· 9 years ago
7e35740
NFC: st-nci: Add support for NCI_HCI_IDENTITY_MGMT_GATE
by Christophe Ricard
· 9 years ago
fa6fbad
NFC: nci: add nci_hci_clear_all_pipes functions
by Christophe Ricard
· 9 years ago
85b9ce9
NFC: nci: add nci_get_conn_info_by_id function
by Robert Dolca
· 9 years ago
Next »