Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
ff86aae3b4112b85d2231c23bccbc49589df1c06
ff86aae
devres: add devm_alloc_percpu()
by Madalin Bucur
· 8 years ago
319b053
tcp: allow to enable the repair mode for non-listening sockets
by Andrey Vagin
· 8 years ago
ceb980b
Merge branch 'liquidio-CN23XX-VF-support'
by David S. Miller
· 8 years ago
97a2532
liquidio CN23XX: fix for new check patch errors
by Raghu Vatsavayi
· 8 years ago
50579d3
liquidio CN23XX: copyrights changes and alignment
by Raghu Vatsavayi
· 8 years ago
763185a
liquidio CN23XX: code cleanup
by Raghu Vatsavayi
· 8 years ago
515e752
liquidio CN23XX: device states
by Raghu Vatsavayi
· 8 years ago
86dea55
liquidio CN23XX: VF related operations
by Raghu Vatsavayi
· 8 years ago
5d65556
liquidio CN23XX: mailbox interrupt processing
by Raghu Vatsavayi
· 8 years ago
8c978d0
liquidio CN23XX: Mailbox support
by Raghu Vatsavayi
· 8 years ago
ca6139f
liquidio CN23XX: sysfs VF config support
by Raghu Vatsavayi
· 8 years ago
d13520c
liquidio CN23XX: HW config for VF support
by Raghu Vatsavayi
· 8 years ago
3418c68
Merge branch 'amd-xgbe-next'
by David S. Miller
· 8 years ago
8c5385c
amd-xgbe: Fix up some coccinelle identified warnings
by Lendacky, Thomas
· 8 years ago
e6fbd47
amd-xgbe: Fix mask appliciation for Clause 37 register
by Lendacky, Thomas
· 8 years ago
92547f2
Merge branch 'sun4i-emac-big-endian'
by David S. Miller
· 8 years ago
934d004
net: ethernet: sun4i-emac: Read rxhdr in CPU byte-order
by Michael Weiser
· 8 years ago
b8ca3387
net: ethernet: sun4i-emac: Allow to enable netif messages
by Michael Weiser
· 8 years ago
f8be0d7
net: ethernet: stmmac: change dma descriptors to __le32
by Michael Weiser
· 8 years ago
4780566
dctcp: update cwnd on congestion event
by Florian Westphal
· 8 years ago
0fa1dfd
net: bcm63xx_enet: Fix build failure with phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
08e10d4
net: bnx2: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
8a29659
Merge branch 'phy_ethtool_nway_reset'
by David S. Miller
· 8 years ago
860ce4b
net: usb: lan78xx: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
eea16da
net: usb: ax88172x: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
e3979ce
net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
e06986f
net: ethernet: ucc: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
11d5928
net: fec: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
7c5ad3d
net: fs_enet: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
016e770
net: bcmgenet: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
17fc463
net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
1625052
net: ethernet: ll_temac: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
8fd9ce0
net: ethernet: smsc9420: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
fe1eb9c
net: smsc911x: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
fc5e353
net: mv643xx_eth: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
42469bf
net: bcm63xx_enet: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
b3de7f3
net: nb8800: Utilize phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
e86a898
net: phy: Add phy_ethtool_nway_reset
by Florian Fainelli
· 8 years ago
8ebd115
vxlan: Fix uninitialized variable warnings.
by David S. Miller
· 8 years ago
81fea57
Merge branch 'vxlan-xmit-improvements'
by David S. Miller
· 8 years ago
9efdb92
vxlan: remove unsed vxlan_dev_dst_port()
by pravin shelar
· 8 years ago
0770b53
vxlan: simplify vxlan xmit
by pravin shelar
· 8 years ago
fee1fad
vxlan: simplify RTF_LOCAL handling.
by pravin shelar
· 8 years ago
655c3de
vxlan: improve vxlan route lookup checks.
by pravin shelar
· 8 years ago
c46b789
vxlan: simplify exception handling
by pravin shelar
· 8 years ago
03dc52a
vxlan: avoid checking socket multiple times.
by pravin shelar
· 8 years ago
4a4f86c
vxlan: avoid vlan processing in vxlan device.
by pravin shelar
· 8 years ago
c915fe1
udplite: fix NULL pointer dereference
by Paolo Abeni
· 8 years ago
e6ca4f1
Merge branch 'bpf-lru'
by David S. Miller
· 8 years ago
5db58fa
bpf: Add tests for the LRU bpf_htab
by Martin KaFai Lau
· 8 years ago
8f84493
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
by Martin KaFai Lau
· 8 years ago
29ba732
bpf: Add BPF_MAP_TYPE_LRU_HASH
by Martin KaFai Lau
· 8 years ago
fd91de7
bpf: Refactor codes handling percpu map
by Martin KaFai Lau
· 8 years ago
961578b
bpf: Add percpu LRU list
by Martin KaFai Lau
· 8 years ago
3a08c2f
bpf: LRU List
by Martin KaFai Lau
· 8 years ago
bb598c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
e76d21c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
d4b9532
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
by Linus Torvalds
· 8 years ago
ac38126
Merge tag 'rtc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 8 years ago
e123386
tile: handle __ro_after_init like parisc does
by Chris Metcalf
· 8 years ago
ac571de
mlxsw: spectrum_router: Flush FIB tables during fini
by Ido Schimmel
· 8 years ago
eb2ca35
mdio: Demote print from info to debug in mdio_driver_register
by Florian Fainelli
· 8 years ago
c51e424
net: stmmac: Fix lack of link transition for fixed PHYs
by Florian Fainelli
· 8 years ago
d94d025
driver: macvlan: Replace integer number with bool value
by Gao Feng
· 8 years ago
535e7b4b
bpf: Use u64_to_user_ptr()
by Mickaël Salaün
· 8 years ago
5bf35dd
sctp: change sk state only when it has assocs in sctp_shutdown
by Xin Long
· 8 years ago
193f512
Merge branch 'bnx2-kdump-fix'
by David S. Miller
· 8 years ago
6df7786
bnx2: Wait for in-flight DMA to complete at probe stage
by Baoquan He
· 8 years ago
5d0d4b9
Revert "bnx2: Reset device during driver initialization"
by Baoquan He
· 8 years ago
7020637
ps3_gelic: fix spelling mistake in debug message
by Colin Ian King
· 8 years ago
a788859
net: atheros: atl2: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
1dae02b
net: atheros: atl1: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
58046c7
net: atheros: atl1c: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
36a4e69
net: alx: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
d9dc8b0
net: fix sleeping for sk_wait_event()
by WANG Cong
· 8 years ago
ee2bd21
ASoC: lpass-platform: fix uninitialized variable
by Linus Torvalds
· 8 years ago
f5c9f9c
Revert "printk: make reading the kernel log flush pending lines"
by Linus Torvalds
· 8 years ago
b15efc3
gp8psk-fe: add missing MODULE_foo() macros
by Mauro Carvalho Chehab
· 8 years ago
8528d66
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
5d69561
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
5ad62a9
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
53381e2
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
28ddafa
Merge tag 'ntb-4.9' of git://github.com/jonmason/ntb
by Linus Torvalds
· 8 years ago
7d38484
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 8 years ago
8d41932
mlxsw: spectrum_router: Add FIB abort warning
by Jiri Pirko
· 8 years ago
5aad5b4
Merge branch 'dsa-mv88e6xxx-post-refactor-fixes'
by David S. Miller
· 8 years ago
94d66ae
net: dsa: mv88e6xxx: 6351 family also has RGMII delays
by Andrew Lunn
· 8 years ago
fedf186
net: dsa: mv88e6xxx: Don't modify RGMII delays when not RGMII mode
by Andrew Lunn
· 8 years ago
819baf8
ntb_perf: potential info leak in debugfs
by Dan Carpenter
· 8 years ago
25ea9f2
ntb: ntb_hw_intel: init peer_addr in struct intel_ntb_dev
by Dave Jiang
· 8 years ago
cdc0898
ntb: make DMA_OUT_RESOURCE_TO HZ independent
by Nicholas Mc Guire
· 8 years ago
c0a8803
ntb_transport: make DMA_OUT_RESOURCE_TO HZ independent
by Nicholas Mc Guire
· 8 years ago
49b89de
NTB: ntb_hw_intel: Fix typo in module parameter descriptions
by Wei Yongjun
· 8 years ago
cedecbc
ntb_pingpong: Fix db_init parameter description
by Wei Yongjun
· 8 years ago
eb1a6bd
netfilter: x_tables: simplify IS_ERR_OR_NULL to NULL test
by Julia Lawall
· 8 years ago
7e416ad
netfilter: conntrack: remove unused netns_ct member
by Florian Westphal
· 8 years ago
63fb571
net: atheros: atl1e: use new api ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 8 years ago
7774d46
net: ethernet: ixp4xx_eth: fix spelling mistake in debug message
by Colin Ian King
· 8 years ago
e1fac0a
ibmvnic: Fix size of debugfs name buffer
by Thomas Falcon
· 8 years ago
b7f193d
ibmvnic: Unmap ibmvnic_statistics structure
by Thomas Falcon
· 8 years ago
Next »