Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
08a6ee5807711c4dfa0726e315864a408aa6c13c
08a6ee5
Merge tag 'net-next-qcom-soc-4.7-2-merge' of git://github.com/andersson/kernel
by David S. Miller
· 9 years ago
4c1cd4f
bpf: arm64: remove callee-save registers use for tmp registers
by Yang Shi
· 9 years ago
cd9e2e5
asix: Fix offset calculation in asix_rx_fixup() causing slow transmissions
by John Stultz
· 9 years ago
da4ed55
switchdev: pass pointer to fib_info instead of copy
by Jiri Pirko
· 9 years ago
dc327f8
net_sched: close another race condition in tcf_mirred_release()
by WANG Cong
· 9 years ago
03aaaa9
tipc: fix nametable publication field in nl compat
by Richard Alpe
· 9 years ago
3274940
drivers: net: Don't print unpopulated net_device name
by Harvey Hunt
· 9 years ago
39651ab
qed: add support for dcbx.
by Sudarsana Reddy Kalluru
· 9 years ago
ccf9282
ravb: Add missing free_irq() calls to ravb_close()
by Geert Uytterhoeven
· 9 years ago
f82731b
qed: Remove a stray tab
by Dan Carpenter
· 9 years ago
2cc632d
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 9 years ago
b172542
net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 9 years ago
a54d20f
net: ethernet: fec-mpc52xx: use phydev from struct net_device
by Philippe Reynes
· 9 years ago
9295c03
bpf, doc: fix typo on bpf_asm descriptions
by Daniel Borkmann
· 9 years ago
a8df35d
stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is set
by Ezequiel Garcia
· 9 years ago
73d9011c
net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 9 years ago
c1c511a
net: ethernet: fs-enet: use phydev from struct net_device
by Philippe Reynes
· 9 years ago
92964c7
netlink: Fix dump skb leak/double free
by Herbert Xu
· 9 years ago
45e093a
tipc: check nl sock before parsing nested attributes
by Richard Alpe
· 9 years ago
77f5776
fq_codel: fix memory limitation drift
by Eric Dumazet
· 9 years ago
fd24d72
net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 9 years ago
b3c40ad
net: ethernet: ftgmac100: use phydev from struct net_device
by Philippe Reynes
· 9 years ago
cd5f9bb
net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettings
by Philippe Reynes
· 9 years ago
4c4a6b0
net: ethernet: gianfar: use phydev from struct net_device
by Philippe Reynes
· 9 years ago
5eee87c
ixgbe: Fix VLAN features error
by Alexander Duyck
· 9 years ago
11f2b49
ixgbe: use correct mask when enabling sriov
by Emil Tantilov
· 9 years ago
7e2c3ae
net: also make sch_handle_egress() drop monitor ready
by Daniel Borkmann
· 9 years ago
15db6e0
net/hsr: Use setup_timer and mod_timer.
by Muhammad Falak R Wani
· 9 years ago
a2a658a
Merge branch 'qed-next'
by David S. Miller
· 9 years ago
416cdf0
qed: VFs gracefully accept lack of PM
by Yuval Mintz
· 9 years ago
83f34bd
qed: Allow more than 16 VFs
by Yuval Mintz
· 9 years ago
079d20a
qed: Reset link on IOV disable
by Manish Chopra
· 9 years ago
b2b897e
qed: Improve VF interrupt reset
by Yuval Mintz
· 9 years ago
b0409fa
qed: Correct PF-sanity check
by Yuval Mintz
· 9 years ago
2bb07e1
net/mlx4_core: Fix access to uninitialized index
by Tariq Toukan
· 9 years ago
2ffd7e0
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 9 years ago
14d7e48
Merge branch 'w5100-small-changes'
by David S. Miller
· 9 years ago
c3875ca
net: w5100-spi: add support to specify MAC address by device tree
by Akinobu Mita
· 9 years ago
7d6da45
net: w5100: increase TX timeout period
by Akinobu Mita
· 9 years ago
d41cd5f
net: w5100: fix MAC filtering for W5500
by Akinobu Mita
· 9 years ago
e9f0cd9
net: w5100: remove unused is_w5200()
by Akinobu Mita
· 9 years ago
b0456b2
Merge branch 'lxt-cleanups'
by David S. Miller
· 9 years ago
c8396d8
lxt: simplify lxt970_config_init()
by Sergei Shtylyov
· 9 years ago
04e6233
lxt: simplify lxt97[01]_config_intr()
by Sergei Shtylyov
· 9 years ago
485b777
Merge branch 'bpf-blinding'
by David S. Miller
· 9 years ago
d93a47f
bpf, s390: add support for constant blinding
by Daniel Borkmann
· 9 years ago
26eb042
bpf, arm64: add support for constant blinding
by Daniel Borkmann
· 9 years ago
959a757
bpf, x86: add support for constant blinding
by Daniel Borkmann
· 9 years ago
4f3446b
bpf: add generic constant blinding for use in jits
by Daniel Borkmann
· 9 years ago
d1c55ab
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
by Daniel Borkmann
· 9 years ago
c237ee5
bpf: add bpf_patch_insn_single helper
by Daniel Borkmann
· 9 years ago
93a73d4
bpf, x86/arm64: remove useless checks on prog
by Daniel Borkmann
· 9 years ago
6077776
bpf: split HAVE_BPF_JIT into cBPF and eBPF variant
by Daniel Borkmann
· 9 years ago
c94987e
bpf: move bpf_jit_enable declaration
by Daniel Borkmann
· 9 years ago
4936e35
bpf: minor cleanups in ebpf code
by Daniel Borkmann
· 9 years ago
553eb54
net: dsa: mv88e6xxx: remove bridge work
by Vivien Didelot
· 9 years ago
b0e95cc
net: vrf: protect changes to private data with rcu
by David Ahern
· 9 years ago
ea1627c
tcp: minor optimizations around tcp_hdr() usage
by Eric Dumazet
· 9 years ago
5022524
netlink: kill nla_put_u64()
by Nicolas Dichtel
· 9 years ago
2632616
sock: propagate __sock_cmsg_send() error
by Eric Dumazet
· 9 years ago
a986a05
net: qrtr: fix build problems
by Arnd Bergmann
· 9 years ago
148bd3a
Merge branch 'tc_flower_offload'
by David S. Miller
· 9 years ago
aad7e08
net/mlx5e: Hardware offloaded flower filter statistics support
by Amir Vadai
· 9 years ago
43a335e
net/mlx5_core: Flow counters infrastructure
by Amir Vadai
· 9 years ago
bd5251db
net/mlx5_core: Introduce flow steering destination of type counter
by Amir Vadai
· 9 years ago
9dc0b28
net/mlx5_core: Firmware commands to support flow counters
by Amir Vadai
· 9 years ago
42ca502
net/mlx5_core: Use a macro in mlx5_command_str()
by Amir Vadai
· 9 years ago
10cbc68
net/sched: cls_flower: Hardware offloaded filters statistics support
by Amir Vadai
· 9 years ago
9fea47d
net/sched: act_gact: Update statistics when offloaded to hardware
by Amir Vadai
· 9 years ago
3804070
net/sched: Enable netdev drivers to update statistics of offloaded actions
by Amir Vadai
· 9 years ago
388665a
Merge branch 'pxa168_eth-perf'
by David S. Miller
· 9 years ago
b17d155
net: pxa168_eth: Use dma_wmb/rmb where appropriate
by Jisheng Zhang
· 9 years ago
3ed6878
net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writel
by Jisheng Zhang
· 9 years ago
8be0cfa
vxlan: set mac_header correctly in GPE mode
by Jiri Benc
· 9 years ago
41ae56c
Merge branch 'xen-netback-control-ring'
by David S. Miller
· 9 years ago
c2d09fd
xen-netback: use hash value from the frontend
by Paul Durrant
· 9 years ago
f07f989
xen-netback: pass hash value to the frontend
by Paul Durrant
· 9 years ago
40d8abd
xen-netback: add control protocol implementation
by Paul Durrant
· 9 years ago
4e15ee2
xen-netback: add control ring boilerplate
by Paul Durrant
· 9 years ago
1ca4673
Merge branch 'cls_u32_hw_sw'
by David S. Miller
· 9 years ago
d34e3e1
net: cls_u32: Add support for skip-sw flag to tc u32 classifier.
by Samudrala, Sridhar
· 9 years ago
760edee
net: sched: Move TCA_CLS_FLAGS_SKIP_HW to uapi header file.
by Samudrala, Sridhar
· 9 years ago
860d7ef
Merge branch 'hv_netvsc-races'
by David S. Miller
· 9 years ago
8809883
hv_netvsc: set nvdev link after populating chn_table
by Vitaly Kuznetsov
· 9 years ago
6da7225
hv_netvsc: synchronize netvsc_change_mtu()/netvsc_set_channels() with netvsc_remove()
by Vitaly Kuznetsov
· 9 years ago
0a1275c
hv_netvsc: get rid of struct net_device pointer in struct netvsc_device
by Vitaly Kuznetsov
· 9 years ago
3d541ac
hv_netvsc: untangle the pointer mess
by Vitaly Kuznetsov
· 9 years ago
1bdcec8
hv_netvsc: use start_remove flag to protect netvsc_link_change()
by Vitaly Kuznetsov
· 9 years ago
f580aec
hv_netvsc: move start_remove flag to net_device_context
by Vitaly Kuznetsov
· 9 years ago
da47b45
phy: add support for a reset-gpio specification
by Uwe Kleine-König
· 9 years ago
f23e0f6
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue
by David S. Miller
· 9 years ago
bf14e9e
Merge branch 'bnxt_en-next'
by David S. Miller
· 9 years ago
b67daab
bnxt_en: Use dma_rmb() instead of rmb().
by Michael Chan
· 9 years ago
5049e33
bnxt_en: Add BCM57314 device ID.
by Michael Chan
· 9 years ago
10289be
bnxt_en: Simplify and improve unsupported SFP+ module reporting.
by Michael Chan
· 9 years ago
8578d6c
bnxt_en: Fix length value in dmesg log firmware error message.
by Michael Chan
· 9 years ago
a11fa2b
bnxt_en: Improve the delay logic for firmware response.
by Michael Chan
· 9 years ago
d0a42d6
bnxt_en: Reduce maximum ring pages if page size is 64K.
by Michael Chan
· 9 years ago
90c4f78
bnxt_en: Report PCIe link speed and width during driver load
by Ajit Khaparde
· 9 years ago
42ee18f
bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPRO
by Ajit Khaparde
· 9 years ago
Next »