Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
d6fb7e9c9946578667283805b9a73f318e3a0554
d6fb7e9
tipc: remove tsk->connected from tipc_sock
by Parthasarathy Bhuvaragan
· 8 years ago
87227fe
tipc: remove tsk->connected for connectionless sockets
by Parthasarathy Bhuvaragan
· 8 years ago
aeda16b
tipc: rename tsk->remote to tsk->peer for consistent naming
by Parthasarathy Bhuvaragan
· 8 years ago
ba8aebe
tipc: rename struct tipc_skb_cb member handle to bytes_read
by Parthasarathy Bhuvaragan
· 8 years ago
cb5da84
tipc: set kern=0 in sk_alloc() during tipc_accept()
by Parthasarathy Bhuvaragan
· 8 years ago
4891d8f
tipc: wakeup sleeping users at disconnect
by Parthasarathy Bhuvaragan
· 8 years ago
7cf87fa
tipc: return early for non-blocking sockets at link congestion
by Parthasarathy Bhuvaragan
· 8 years ago
169650d
Merge branch 'nfp-cleanups-and-RX-path-rewrite'
by David S. Miller
· 8 years ago
cbeaf7a
nfp: bring back support for different ring counts
by Jakub Kicinski
· 8 years ago
b33ae99
nfp: replace num_irqs with max_r_vecs
by Jakub Kicinski
· 8 years ago
4b27a1e
nfp: remove nfp_net_irqs_wanted()
by Jakub Kicinski
· 8 years ago
a4b562b
nfp: use unsigned int for vector/ring counts
by Jakub Kicinski
· 8 years ago
23a4e38
nfp: create separate define for max number of vectors
by Jakub Kicinski
· 8 years ago
1a1d74d
nfp: use AND instead of modulo to get ring indexes
by Jakub Kicinski
· 8 years ago
b64b7bb6
nfp: add separate buffer allocation function for napi
by Jakub Kicinski
· 8 years ago
c0f031b
nfp: use alloc_frag() and build_skb()
by Jakub Kicinski
· 8 years ago
e9949ae
nfp: add buffer drop/recycle helper for RX
by Jakub Kicinski
· 8 years ago
bf187ea
nfp: centralize the buffer size calculation
by Jakub Kicinski
· 8 years ago
fa95f1d
nfp: remove inline attributes and dead code
by Jakub Kicinski
· 8 years ago
8c8b0e9
nfp: remove unnecessary call to ether_setup()
by Jakub Kicinski
· 8 years ago
416db5c
nfp: remove support for nfp3200
by Jakub Kicinski
· 8 years ago
7ff5c83
nfp: simplify nfp_net_poll()
by Jakub Kicinski
· 8 years ago
6d052e9
Merge branch 'qed-next'
by David S. Miller
· 8 years ago
b0fca31
qed: Correct VF mac number
by Mintz, Yuval
· 8 years ago
0183eb1
qede: Don't override priv_flags
by Mintz, Yuval
· 8 years ago
c587094
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 8 years ago
bd68a2a
net: set SK_MEM_QUANTUM to 4096
by Eric Dumazet
· 8 years ago
a13925a
net: cris: make eth_v10.c explicitly non-modular
by Paul Gortmaker
· 8 years ago
3aa7b74
i40e: removed unreachable code
by Filip Sadowski
· 8 years ago
81fa7c9
i40e: Implementation of ERROR state for NVM update state machine
by Maciej Sosin
· 8 years ago
999b315
i40e: Fix for division by zero
by Michal Kosiarz
· 8 years ago
13fd3f9c
i40e: clear mac filter count on reset
by Mitch Williams
· 8 years ago
1dc8b53
i40e: Reorder logic for coalescing RS bits
by Alexander Duyck
· 8 years ago
4b81644
i40e: Add common function for finding VSI by type
by Alexander Duyck
· 8 years ago
7d3f04a
i40evf: avoid an extra msleep while
by Jacob Keller
· 8 years ago
1249050
i40e: replace PTP Rx timestamp hang logic
by Jacob Keller
· 8 years ago
1955126
i40e: use a mutex instead of spinlock in PTP user entry points
by Jacob Keller
· 8 years ago
144ed17
i40e: correct check for reading TSYNINDX from the receive descriptor
by Jacob Keller
· 8 years ago
0093631
i40e: remove duplicate add/delete adminq command code for filters
by Jacob Keller
· 8 years ago
cbebb85
i40e: avoid looping to check whether we're in VLAN mode
by Jacob Keller
· 8 years ago
84f5ca6
i40e: fix MAC filters when removing VLANs
by Alan Brady
· 8 years ago
4a2ce27
i40e: properly cleanup on allocation failure in i40e_sync_vsi_filters
by Jacob Keller
· 8 years ago
278e7d0
i40e: store MAC/VLAN filters in a hash with the MAC Address as key
by Jacob Keller
· 8 years ago
290d255
i40e: implement __i40e_del_filter and use where applicable
by Jacob Keller
· 8 years ago
57b341d
i40e: When searching all MAC/VLAN filters, ignore removed filters
by Jacob Keller
· 8 years ago
5feb3d7
i40e: refactor i40e_put_mac_in_vlan to avoid changing f->vlan
by Jacob Keller
· 8 years ago
35ec2ff
i40e: move i40e_put_mac_in_vlan and i40e_del_mac_all_vlan
by Jacob Keller
· 8 years ago
6622f5c
i40e: make use of __dev_uc_sync and __dev_mc_sync
by Jacob Keller
· 8 years ago
1bc87e8
i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter
by Jacob Keller
· 8 years ago
ff00f3a
i40e: Add missing \n to end of dev_err message
by Colin Ian King
· 8 years ago
17a032b
Merge branch 'bridge-PIM-hello'
by David S. Miller
· 8 years ago
91b02d3
bridge: mcast: add router port on PIM hello message
by Nikolay Aleksandrov
· 8 years ago
56245ca
net: pim: add all RFC7761 message types
by Nikolay Aleksandrov
· 8 years ago
20bb6ce
net: pim: add a helper to check for IPv4 all pim routers address
by Nikolay Aleksandrov
· 8 years ago
556d299
net: pim: add common pimhdr struct and helpers
by Nikolay Aleksandrov
· 8 years ago
f3a6f592
Merge branch 'qed-next'
by David S. Miller
· 8 years ago
2edbff8
qed: Learn resources from management firmware
by Tomer Tayar
· 8 years ago
5a1f965
qed: Use VF-queue feature
by Mintz, Yuval
· 8 years ago
6927e82
qed: Learn of RDMA capabilities per-device
by Mintz, Yuval
· 8 years ago
d7455f6
qede: Decouple ethtool caps from qed
by Mintz, Yuval
· 8 years ago
14d3964
qed*: Add support for WoL
by Mintz, Yuval
· 8 years ago
7a4b21b
qed: Add nvram selftest
by Mintz, Yuval
· 8 years ago
0fefbfb
qed*: Management firmware - notifications and defaults
by Sudarsana Kalluru
· 8 years ago
89d9123
solos-pci: use permission-specific DEVICE_ATTR variants
by Julia Lawall
· 8 years ago
6321570
ptp: use permission-specific DEVICE_ATTR variants
by Julia Lawall
· 8 years ago
0f98621
bpf, inode: add support for symlinks and fix mtime/ctime
by Daniel Borkmann
· 8 years ago
8778b27
ldmvsw: tx queue stuck in stopped state after LDC reset
by Aaron Young
· 8 years ago
04f762e
Merge branch 'xps-DCB'
by David S. Miller
· 8 years ago
184c449
net: Add support for XPS with QoS via traffic classes
by Alexander Duyck
· 8 years ago
6234f87
net: Refactor removal of queues from XPS map and apply on num_tc changes
by Alexander Duyck
· 8 years ago
8d059b0
net: Add sysfs value to determine queue traffic class
by Alexander Duyck
· 8 years ago
9cf1f6a
net: Move functions for configuring traffic classes out of inline headers
by Alexander Duyck
· 8 years ago
20861f2
driver: tun: Use new macro SOCK_IOC_TYPE instead of literal number 0x89
by Gao Feng
· 8 years ago
c62cce2
net: add an ioctl to get a socket network namespace
by Andrey Vagin
· 8 years ago
2a43ca0
mv643xx_eth: Properly resolve merge conflict.
by David S. Miller
· 8 years ago
d8e4aa0
mv643xx_eth: Fix merge error.
by David S. Miller
· 8 years ago
0a6ce1e
Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma
by David S. Miller
· 8 years ago
d46b634
net: bonding: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
2701c3b
Merge branch 'mlxsw-IB'
by David S. Miller
· 8 years ago
d1ba526
mlxsw: switchib: Introduce SwitchIB and SwitchIB silicon driver
by Elad Raz
· 8 years ago
64b92b0
mlxsw: switchx2: Add IB port support
by Elad Raz
· 8 years ago
03ddb78
mlxsw: switchx2: Add eth prefix to port create and remove
by Elad Raz
· 8 years ago
0c81ea5
mlxsw: core: Add port type (Eth/IB) set API
by Elad Raz
· 8 years ago
d808c7e
mlxsw: core: Add "eth" prefix to mlxsw_core_port_set
by Elad Raz
· 8 years ago
c68b71c
mlxsw: switchx2: Add Infiniband switch partition
by Elad Raz
· 8 years ago
67963a3
mlxsw: Make devlink port instances independent of spectrum/switchx2 port instances
by Jiri Pirko
· 8 years ago
7136793
mlxsw: reg: Add local-port to Infiniband port mapping
by Elad Raz
· 8 years ago
7941770
mlxsw: reg: Add Infiniband support to PTYS
by Elad Raz
· 8 years ago
401c8b4
mlxsw: reg: Add eth prefix to PTYS pack and unpack
by Elad Raz
· 8 years ago
10dbf8f
mlxsw: switchx2: Fix port speed configuration
by Elad Raz
· 8 years ago
e50e789
mlxsw: switchx2: Add support for physical port names
by Elad Raz
· 8 years ago
f83e210
mlxsw: spectrum: Move port used check outside port remove function
by Jiri Pirko
· 8 years ago
adc4e04
mlxsw: switchx2: Move port used check outside port remove function
by Jiri Pirko
· 8 years ago
abc1de2
mlxsw: switchx2: Check if port is usable before calling port create
by Jiri Pirko
· 8 years ago
5b09074
mlxsw: core: Zero payload buffers for couple of registers
by Elad Raz
· 8 years ago
27058af
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
e37a79e
net/mlx5e: Add tc support for FWD rule with counter
by Mark Bloch
· 8 years ago
ae05831
net/mlx5: Add option to add fwd rule with counter
by Mark Bloch
· 8 years ago
74491de
net/mlx5: Add multi dest support
by Mark Bloch
· 8 years ago
a622498
net/mlx5: Group similer rules under the same fte
by Mark Bloch
· 8 years ago
Next »