Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
6297b91c7fb530d3f2543a8e25d68ccf75bfb139
6297b91
vxlan: use reset to set header pointers
by Zhang Shengju
· 9 years ago
94f7153
Merge tag 'rxrpc-rewrite-20160304' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by David S. Miller
· 9 years ago
3d1c6df
Merge branch 'DIV_ROUND_UP-uapi'
by David S. Miller
· 9 years ago
14e2037
ethtool.h: define INT_MAX for userland
by Nicolas Dichtel
· 9 years ago
166cc71
drm/vmwgfx: remove userland definition of DIV_ROUND_UP
by Nicolas Dichtel
· 9 years ago
28466e0
cxgb4i: don't redefine DIV_ROUND_UP
by Nicolas Dichtel
· 9 years ago
b5d3755
uapi: define DIV_ROUND_UP for userland
by Nicolas Dichtel
· 9 years ago
9b2f8f6
nfp: remove Rolf Neugebauer as co-maintainer
by Simon Horman
· 9 years ago
a4373a4
rxrpc: Don't try to map ICMP to error as the lower layer already did that
by David Howells
· 9 years ago
ab802ee
rxrpc: Clear the unused part of a sockaddr_rxrpc for memcmp() use
by David Howells
· 9 years ago
2b15ef1
rxrpc: rxkad: Casts are needed when comparing be32 values
by David Howells
· 9 years ago
098a209
rxrpc: rxkad: The version number in the response should be net byte order
by David Howells
· 9 years ago
ee72b9f
rxrpc: Use ACCESS_ONCE() when accessing circular buffer pointers
by David Howells
· 9 years ago
b4f1342
rxrpc: Adjust some whitespace and comments
by David Howells
· 9 years ago
351c1e6
rxrpc: Be more selective about the types of received packets we accept
by David Howells
· 9 years ago
ee6fe08
rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtu
by David Howells
· 9 years ago
e33b3d9
rxrpc: The protocol family should be set to PF_RXRPC not PF_UNIX
by David Howells
· 9 years ago
0d12f8a
rxrpc: Keep the skb private record of the Rx header in host byte order
by David Howells
· 9 years ago
4c198ad
rxrpc: Rename call events to begin RXRPC_CALL_EV_
by David Howells
· 9 years ago
5b8848d
rxrpc: Convert call flag and event numbers into enums
by David Howells
· 9 years ago
e721498
rxrpc: Fix a case where a call event bit is being used as a flag bit
by David Howells
· 9 years ago
1f27cde
net: sched: use pfifo_fast for non real queues
by Eric Dumazet
· 9 years ago
799977d
net: ipv6: Fix refcnt on host routes
by David Ahern
· 9 years ago
b54b8c2
net: ezchip: adapt driver to little endian architecture
by Lada Trimasova
· 9 years ago
274ba62
sh_eth, ravb: Use ARCH_RENESAS
by Simon Horman
· 9 years ago
3d1cbe8
net: mellanox: add DEVLINK dependencies
by Arnd Bergmann
· 9 years ago
aefd3fb
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 9 years ago
5eb4dce
net: relax setup_tc ndo op handle restriction
by John Fastabend
· 9 years ago
998fc1d
ethernet/atl1c: remove left over dead code
by Eric Engestrom
· 9 years ago
a9d5623
net/ipv4: remove left over dead code
by Eric Engestrom
· 9 years ago
6353e18
net/rtnetlink: remove dead code
by Eric Engestrom
· 9 years ago
3ebeac1
Merge branch 'cxgb4-next'
by David S. Miller
· 9 years ago
f1ea2fe
cxgb4vf: Remove dead functions collect_netdev_[um]c_list_addrs
by Hariprasad Shenai
· 9 years ago
5d7b805
cxgb4vf: Remove redundant adapter ready check during probe
by Hariprasad Shenai
· 9 years ago
cb44036
cxgb4vf: Make sge init code more readable
by Hariprasad Shenai
· 9 years ago
edadad8
cxgb4/cxgb4vf: For T6 adapter, set FBMIN to 64 bytes
by Hariprasad Shenai
· 9 years ago
da08e42
cxgb4/cxgb4vf: Use fl capacity to check if fl needs to be replenished
by Hariprasad Shenai
· 9 years ago
d93e409
Merge branch 'stmmac-optimizations'
by David S. Miller
· 9 years ago
3796e44
stmmac: update version to Oct_2015
by Giuseppe Cavallaro
· 9 years ago
120e87f
stmmac: tune rx copy via threshold.
by Giuseppe Cavallaro
· 9 years ago
22ad383
stmmac: do not perform zero-copy for rx frames
by Giuseppe Cavallaro
· 9 years ago
8ecd80a
stmmac: fix phy init when attached to a phy
by Fabrice Gasnier
· 9 years ago
8e99fc5
stmmac: do not poll phy handler when attach a switch
by Giuseppe Cavallaro
· 9 years ago
0e80bdc
stmmac: first frame prep at the end of xmit routine
by Giuseppe Cavallaro
· 9 years ago
fbc8082
stmmac: set dirty index out of the loop
by Giuseppe Cavallaro
· 9 years ago
c363b65
stmmac: optimize tx clean function
by Fabrice Gasnier
· 9 years ago
be434d5
stmmac: optimize tx desc management
by Giuseppe Cavallaro
· 9 years ago
c1fa321
stmmac: merge get_rx_owner into rx_status routine.
by Fabrice Gasnier
· 9 years ago
9695136
stmmac: add is_jumbo field to dma data
by Giuseppe Cavallaro
· 9 years ago
2a6d8e1
stmmac: add last_segment field to dma data
by Giuseppe Cavallaro
· 9 years ago
553e2ab
stmmac: add length field to dma data
by Giuseppe Cavallaro
· 9 years ago
e3ad57c
stmmac: review RX/TX ring management
by Giuseppe Cavallaro
· 9 years ago
293e436
stmmac: change descriptor layout
by Giuseppe Cavallaro
· 9 years ago
afea036
stmmac: rework DMA bus setting and introduce new platform AXI structure
by Giuseppe Cavallaro
· 9 years ago
495db27
stmmac: share reset function between dwmac100 and dwmac1000
by Giuseppe Cavallaro
· 9 years ago
fcb3f55
Merge branch 'rds-support-FRMR-and-cleanups'
by David S. Miller
· 9 years ago
1659185
RDS: IB: Support Fastreg MR (FRMR) memory registration mode
by Avinash Repaka
· 9 years ago
ad6832f
RDS: IB: allocate extra space on queues for FRMR support
by santosh.shilimkar@oracle.com
· 9 years ago
2cb2912
RDS: IB: add Fastreg MR (FRMR) detection support
by santosh.shilimkar@oracle.com
· 9 years ago
db42753
RDS: IB: add mr reused stats
by santosh.shilimkar@oracle.com
· 9 years ago
37ea401
RDS: IB: handle the RDMA CM time wait event
by santosh.shilimkar@oracle.com
· 9 years ago
d4de76d
RDS: IB: add connection info to ibmr
by santosh.shilimkar@oracle.com
· 9 years ago
490ea59
RDS: IB: move FMR code to its own file
by santosh.shilimkar@oracle.com
· 9 years ago
a69365a
RDS: IB: create struct rds_ib_fmr
by santosh.shilimkar@oracle.com
· 9 years ago
f6df683
RDS: IB: Re-organise ibmr code
by santosh.shilimkar@oracle.com
· 9 years ago
dcfd041
RDS: IB: Remove the RDS_IB_SEND_OP dependency
by santosh.shilimkar@oracle.com
· 9 years ago
72f26ee
MAINTAINERS: update RDS entry
by santosh.shilimkar@oracle.com
· 9 years ago
5711f8b
RDS: Add support for SO_TIMESTAMP for incoming messages
by santosh.shilimkar@oracle.com
· 9 years ago
dcdede0
RDS: Drop stale iWARP RDMA transport
by santosh.shilimkar@oracle.com
· 9 years ago
afc3de9
Merge branch 'qed-next'
by David S. Miller
· 9 years ago
619db46
qed: Remove unused NVM vendor ID
by Yuval Mintz
· 9 years ago
8c925c4
qed: Fix error flow on slowpath start
by Yuval Mintz
· 9 years ago
86622ee
qed: Move statistics to L2 code
by Yuval Mintz
· 9 years ago
12e09c6
qed: Support B0 instead of A0
by Yuval Mintz
· 9 years ago
c2035ee
qed: Correct BAR sizes for older MFW
by Ram Amrani
· 9 years ago
fb653eb
batman-adv: clarify CFG80211 dependency
by Arnd Bergmann
· 9 years ago
7cb43be
wan: lmc: Switch to using managed resources
by Amitoj Kaur Chawla
· 9 years ago
7da5ee0
Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
by David S. Miller
· 9 years ago
c145aeb
net: pktgen: use reset to set mac header
by Zhang Shengju
· 9 years ago
241deec
sch_mqprio: Fix build with older gcc.
by David S. Miller
· 9 years ago
2fca6d2
of_mdio: kill useless variable in of_mdiobus_register()
by Sergei Shtylyov
· 9 years ago
87f761e
Merge branch 'qed-next'
by David S. Miller
· 9 years ago
b4149dc
qed: Print additional HW attention info
by Yuval Mintz
· 9 years ago
ff38577
qed: Print HW attention reasons
by Yuval Mintz
· 9 years ago
0d956e8
qed: Add support for HW attentions
by Yuval Mintz
· 9 years ago
4ac801b
qed: Semantic refactoring of interrupt code
by Yuval Mintz
· 9 years ago
64d4e34
net: remove skb_sender_cpu_clear()
by WANG Cong
· 9 years ago
8b4837c
Merge branch 'mlx5-next'
by David S. Miller
· 9 years ago
0ba4224
net/mlx5: Fix global UAR mapping
by Moshe Lazer
· 9 years ago
6b6c07b
net/mlx5: Make command timeout way shorter
by Or Gerlitz
· 9 years ago
2fcb92f
net/mlx5e: Don't modify CQ before it was created
by Gal Pressman
· 9 years ago
7524a5d
net/mlx5e: Don't try to modify CQ moderation if it is not supported
by Gal Pressman
· 9 years ago
556dd1b
net/mlx5e: Set drop RQ's necessary parameters only
by Tariq Toukan
· 9 years ago
c89fb18
net/mlx5e: Move common case counters within sq_stats struct
by Tariq Toukan
· 9 years ago
3b61952
net/mlx5e: Changed naming convention of tx queues in ethtool stats
by Tariq Toukan
· 9 years ago
ce89ef3
net/mlx5e: Placement changed for carrier state updates
by Tariq Toukan
· 9 years ago
daa2156
net/mlx5e: Replace async events spinlock with synchronize_irq()
by Tariq Toukan
· 9 years ago
4f25a11
net: ipv6/l3mdev: Move host route on saved address if necessary
by David Ahern
· 9 years ago
292264d
Merge branch 'net-timestamps-y2038'
by David S. Miller
· 9 years ago
6497c7e
net: sctp: Convert log timestamps to be y2038 safe
by Deepa Dinamani
· 9 years ago
Next »