Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0b8c707ddf37171413fe67350263e5b6ffeedf7c
0b8c707
ebpf, filter: do not convert skb->protocol to host endianess during runtime
by Daniel Borkmann
· 10 years ago
c4a6853
ipv6: invert join/leave anycast rtnl/socket locking order
by Marcelo Ricardo Leitner
· 10 years ago
149d754
vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave}
by Marcelo Ricardo Leitner
· 10 years ago
edafc13
xen-netback: making the bandwidth limiter runtime settable
by Palik, Imre
· 10 years ago
750f2f9
Merge branch 'listener_refactor_part_14'
by David S. Miller
· 10 years ago
becb74f
net: increase sk_[max_]ack_backlog
by Eric Dumazet
· 10 years ago
fa76ce73
inet: get rid of central tcp/dccp listener timer
by Eric Dumazet
· 10 years ago
52452c5
inet: drop prev pointer handling in request sock
by Eric Dumazet
· 10 years ago
a998f71
rhashtable: Round up/down min/max_size to ensure we respect limit
by Thomas Graf
· 10 years ago
91a0f93
i40e: add NVM update events to AQ clean
by Shannon Nelson
· 10 years ago
446981e
tipc: fix build issue when building without IPv6
by Marcelo Ricardo Leitner
· 10 years ago
d15b1de
Merge branch 'cxgb4-next'
by David S. Miller
· 10 years ago
768ffc6
cxgb4/cxgb4vf/csiostor: Make PCI Device ID Tables be "const"
by Hariprasad Shenai
· 10 years ago
933e0db
cxgb4: Add device ID for new adapter
by Hariprasad Shenai
· 10 years ago
970282d
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 10 years ago
c9bdc0d
Merge branch 'tipc-next'
by David S. Miller
· 10 years ago
f2f8036
tipc: add support for connect() on dgram/rdm sockets
by Erik Hugne
· 10 years ago
3bd88ee
tipc: do not report -EHOSTUNREACH for failed local delivery
by Erik Hugne
· 10 years ago
18d6c58
tipc: remove redundant call to tipc_node_remove_conn
by Erik Hugne
· 10 years ago
ea6edfb
mac802154: fix typo in header guard
by Nicolas Iooss
· 10 years ago
de1cf8a
net/mlx4_en: mlx4_en_set_tx_maxrate() can be static
by Wu Fengguang
· 10 years ago
af61576
bridge: add ageing_time, stp_state, priority over netlink
by Jörg Thalheim
· 10 years ago
99c4a26
net: Fix high overhead of vlan sub-device teardown.
by David S. Miller
· 10 years ago
738e6d3
inet: add a schedule point in inet_twsk_purge()
by Eric Dumazet
· 10 years ago
db19170
rocker: add support for phys_port_name
by David Ahern
· 10 years ago
db24a90
net: add support for phys_port_name
by David Ahern
· 10 years ago
56ef9c9
vxlan: Move socket initialization to within rtnl scope
by Marcelo Ricardo Leitner
· 10 years ago
54ff9ef
ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop}
by Marcelo Ricardo Leitner
· 10 years ago
baf606d
ipv4,ipv6: grab rtnl before locking the socket
by Marcelo Ricardo Leitner
· 10 years ago
fdf9ef8
Merge branch 'listen_refactor_part_13'
by David S. Miller
· 10 years ago
08d2cc3b
inet: request sock should init IPv6/IPv4 addresses
by Eric Dumazet
· 10 years ago
b4d6444
inet: get rid of last __inet_hash_connect() argument
by Eric Dumazet
· 10 years ago
77a6a47
ipv6: get rid of __inet6_hash()
by Eric Dumazet
· 10 years ago
d1e559d
inet: add IPv6 support to sk_ehashfn()
by Eric Dumazet
· 10 years ago
5b441f7
net: introduce sk_ehashfn() helper
by Eric Dumazet
· 10 years ago
6eada01
netns: constify net_hash_mix() and various callers
by Eric Dumazet
· 10 years ago
8f6320d
Merge branch 'txq_max_rate'
by David S. Miller
· 10 years ago
c10e4fc
net/mlx4_en: Add tx queue maxrate support
by Or Gerlitz
· 10 years ago
fc31e25
net/mlx4_core: Add basic support for QP max-rate limiting
by Or Gerlitz
· 10 years ago
822b3b2
net: Add max rate tx queue attribute
by John Fastabend
· 10 years ago
f0b7d43
cc2520: Add support for CC2591 amplifier.
by Brad Campbell
· 10 years ago
0db055c
cc2520: Do not store platform_data in spi_device
by Brad Campbell
· 10 years ago
b65885d
Merge branch 'rhashtable_remove_shift'
by David S. Miller
· 10 years ago
e2e21c1
rhashtable: Remove max_shift and min_shift
by Herbert Xu
· 10 years ago
4f509df
test_rhashtable: Use rhashtable max_size instead of max_shift
by Herbert Xu
· 10 years ago
446c89a
tipc: Use rhashtable max/min_size instead of max/min_shift
by Herbert Xu
· 10 years ago
b06eee5
netlink: Use rhashtable max_size instead of max_shift
by Herbert Xu
· 10 years ago
c2e213c
rhashtable: Introduce max_size/min_size
by Herbert Xu
· 10 years ago
6aebd94
rhashtable: Remove shift from bucket_table
by Herbert Xu
· 10 years ago
a61bfa6
Merge branch 'xgene-next'
by David S. Miller
· 10 years ago
ca62645
drivers: net: xgene: Add second SGMII based 1G interface
by Keyur Chudgar
· 10 years ago
2d33394
dtb: xgene: Add second SGMII based 1G interface node
by Keyur Chudgar
· 10 years ago
c2bc6e1
Documentation: dtb: Add port-id field for APM X-Gene ethernet
by Keyur Chudgar
· 10 years ago
63511f6d
Bluetooth: Fix potential NULL dereference in SMP channel setup
by Marcel Holtmann
· 10 years ago
e7a9eee
Merge branch 'tipc_netns_leak'
by David S. Miller
· 10 years ago
2b9bb7f
tipc: withdraw tipc topology server name when namespace is deleted
by Ying Xue
· 10 years ago
8460504
tipc: fix a potential deadlock when nametable is purged
by Ying Xue
· 10 years ago
76100a8
tipc: fix netns refcnt leak
by Ying Xue
· 10 years ago
5284143
Merge branch 'listener_refactor_part_12'
by David S. Miller
· 10 years ago
0470c8c
inet: fix request sock refcounting
by Eric Dumazet
· 10 years ago
e3d95ad
inet: avoid fastopen lock for regular accept()
by Eric Dumazet
· 10 years ago
9439ce0
tcp: rename struct tcp_request_sock listener
by Eric Dumazet
· 10 years ago
4e9a578
inet: add rsk_listener field to struct request_sock
by Eric Dumazet
· 10 years ago
e49bb33
inet: uninline inet_reqsk_alloc()
by Eric Dumazet
· 10 years ago
407640d
inet: add sk_listener argument to inet_reqsk_alloc()
by Eric Dumazet
· 10 years ago
9f2dbdd
Merge branch 'listener_refactor_part_11'
by David S. Miller
· 10 years ago
7970ddc
tcp: uninline tcp_oow_rate_limited()
by Eric Dumazet
· 10 years ago
1bfc443
tcp: move tcp_openreq_init() to tcp_input.c
by Eric Dumazet
· 10 years ago
adc17d6
inet: move ir_mark to fill a hole
by Eric Dumazet
· 10 years ago
a940700
netfilter: xt_socket: prepare for TCP_NEW_SYN_RECV support
by Eric Dumazet
· 10 years ago
8b58014
netfilter: tproxy: prepare TCP_NEW_SYN_RECV support
by Eric Dumazet
· 10 years ago
a839923
netfilter: use sk_fullsock() helper
by Eric Dumazet
· 10 years ago
c249739
bpf: allow BPF programs access 'protocol' and 'vlan_tci' fields
by Alexei Starovoitov
· 10 years ago
9cf7867
Merge branch 'const_of_device_id'
by David S. Miller
· 10 years ago
2c71ec9
via-velocity: constify of_device_id array
by Fabian Frederick
· 10 years ago
d2b75a3
net: via-rhine: constify of_device_id array
by Fabian Frederick
· 10 years ago
abae1e0
ehea: constify of_device_id array
by Fabian Frederick
· 10 years ago
47b6166
IBM-EMAC: constify of_device_id array
by Fabian Frederick
· 10 years ago
486e957
can: constify of_device_id array
by Fabian Frederick
· 10 years ago
d8a7dad
net: phy: constify of_device_id array
by Fabian Frederick
· 10 years ago
3848124
orinoco: constify of_device_id array
by Fabian Frederick
· 10 years ago
74847f2
net: xilinx: constify of_device_id array
by Fabian Frederick
· 10 years ago
73c7047
net: greth: constify of_device_id array
by Fabian Frederick
· 10 years ago
437dab4
netdev: octeon_mgmt: constify of_device_id array
by Fabian Frederick
· 10 years ago
14448e2
net: ethernet: apple: constify of_device_id array
by Fabian Frederick
· 10 years ago
a6b0dc2
drivers: net: xgene: constify of_device_id array
by Fabian Frederick
· 10 years ago
fa2b183
net: ethoc: constify of_device_id array
by Fabian Frederick
· 10 years ago
94e5a2a
net/fsl: constify of_device_id array
by Fabian Frederick
· 10 years ago
2726053
Altera TSE: constify of_device_id array
by Fabian Frederick
· 10 years ago
1156c96
net: netcp: constify of_device_id array
by Fabian Frederick
· 10 years ago
19c5ce9
Bluetooth: Add workaround for broken OS X legacy SMP pairing
by Johan Hedberg
· 10 years ago
fa4335d
Bluetooth: Move generic mgmt command dispatcher to hci_sock.c
by Johan Hedberg
· 10 years ago
88b94ce
Bluetooth: Add hdev_init callback for HCI channels
by Johan Hedberg
· 10 years ago
a380b6c
Bluetooth: Add generic mgmt helper API
by Johan Hedberg
· 10 years ago
333ae95
Bluetooth: Add channel parameter to mgmt_pending_find() API
by Johan Hedberg
· 10 years ago
d0f172b
Bluetooth: Add helper to get HCI channel of a socket
by Johan Hedberg
· 10 years ago
49c989a
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_CSR
by Jakub Pawlowski
· 10 years ago
c115484
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_INTEL
by Jakub Pawlowski
· 10 years ago
3d50d51
Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_ATH3012
by Jakub Pawlowski
· 10 years ago
07d2334
Bluetooth: Add simultaneous dual mode scan
by Jakub Pawlowski
· 10 years ago
Next »