Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9277a4f875adbeeb6209c0a3e3cf04c752522b2e
9277a4f
net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
by David Daney
· 9 years ago
7091f01e8
phy: mdio-cavium: Add missing MODULE_* annotations.
by David Daney
· 9 years ago
e8e56ff
ppp: ensure file->private_data can't be overridden
by Guillaume Nault
· 9 years ago
c8f5d29
Merge branch 'arc_emac-next'
by David S. Miller
· 9 years ago
af671e7
ARM: dts: rockchip: add to support emac for rk3036 SoCs
by Xing Zheng
· 9 years ago
2c6fae2
clk: rockchip: associate SCLK_MAC_PLL and disable reparenting on rk3036
by Heiko Stuebner
· 9 years ago
f7e1802
clk: rockchip: add clock-id for rk3036 emac pll source clock
by Xing Zheng
· 9 years ago
e764b93
clk: rockchip: associate the rk3036 HCLK_EMAC clock-id
by Xing Zheng
· 9 years ago
fb781c8
clk: rockchip: add node-id for rk3036 emac hclk
by Xing Zheng
· 9 years ago
663713e
net: arc: trivial: cleanup the emac driver
by Caesar Wang
· 9 years ago
1bddd96
net: arc_emac: support the phy reset for emac driver
by Caesar Wang
· 9 years ago
8700eee
net: arc_emac: add phy reset is optional for device tree
by Caesar Wang
· 9 years ago
434242c
net: arc_emac: make the rockchip emac document more compatible
by Caesar Wang
· 9 years ago
793cf87
ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwords
by Ben Hutchings
· 9 years ago
ad846aa
sh_eth: do not call netif_start_queue() from sh_eth_dev_init()
by Sergei Shtylyov
· 9 years ago
d78a1f0
bnx2x: don't wait for Tx completion on recovery
by Yuval Mintz
· 9 years ago
489ce5f
sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant
by Nicholas Mc Guire
· 9 years ago
1cdba55
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
e39365b
netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait
by Nicholas Mc Guire
· 9 years ago
acffb58
net: diag: add a scheduling point in inet_diag_dump_icsk()
by Eric Dumazet
· 9 years ago
e3ebd89
smc91x: avoid self-comparison warning
by Arnd Bergmann
· 9 years ago
0575252
openvswitch: Interface with NAT.
by Jarno Rajahalme
· 9 years ago
28b6e0c
openvswitch: Delay conntrack helper call for new connections.
by Jarno Rajahalme
· 9 years ago
5b6b929
openvswitch: Handle NF_REPEAT in conntrack action.
by Jarno Rajahalme
· 9 years ago
289f225
openvswitch: Find existing conntrack entry after upcall.
by Jarno Rajahalme
· 9 years ago
394e910
openvswitch: Update the CT state key only after nf_conntrack_in().
by Jarno Rajahalme
· 9 years ago
9f13ded
openvswitch: Add commentary to conntrack.c
by Jarno Rajahalme
· 9 years ago
2646190
netfilter: Allow calling into nat helper without skb_dst.
by Jarno Rajahalme
· 9 years ago
bfa3f9d
netfilter: Remove IP_CT_NEW_REPLY definition.
by Jarno Rajahalme
· 9 years ago
005bcea
Merge branch 'dsa-finers-bridging-control'
by David S. Miller
· 9 years ago
6debb68
net: dsa: refine netdev event notifier
by Vivien Didelot
· 9 years ago
16bfa70
net: dsa: make port_bridge_leave return void
by Vivien Didelot
· 9 years ago
71327a4
net: dsa: rename port_*_bridge routines
by Vivien Didelot
· 9 years ago
1e1589a
mISDN: Support DR6 indication in mISDNipac driver
by Maciej S. Szmigiero
· 9 years ago
464be1e
mISDN: Order IPAC register defines
by Maciej S. Szmigiero
· 9 years ago
4fa8c3c
sh_eth: kill useless initializers
by Sergei Shtylyov
· 9 years ago
d98654a
Merge branch 'mvneta-fixes'
by David S. Miller
· 9 years ago
a3703fb
net: mvneta: replace magic numbers by existing macros
by Dmitri Epshtein
· 9 years ago
0838abb
net: mvneta: fix error messages in mvneta_port_down function
by Dmitri Epshtein
· 9 years ago
928b651
net: mvneta: enable change MAC address when interface is up
by Dmitri Epshtein
· 9 years ago
1c2722a
net: mvneta: Fix spinlock usage
by Gregory CLEMENT
· 9 years ago
8626c56
bridge: fix potential use-after-free when hook returns QUEUE or STOLEN verdict
by Florian Westphal
· 9 years ago
180a2c5
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 9 years ago
f7f58ae
Merge branch 'dsa-cleanups'
by David S. Miller
· 9 years ago
5bcbe0f
phy: fixed: Fix removal of phys.
by Andrew Lunn
· 9 years ago
ec777e6
dsa: dsa: Fix freeing of fixed-phys from user ports.
by Andrew Lunn
· 9 years ago
3a44514
dsa: Destroy fixed link phys after the phy has been disconnected
by Andrew Lunn
· 9 years ago
b71be35
dsa: slave: Don't reference NULL pointer during phy_disconnect
by Andrew Lunn
· 9 years ago
ca3dfa5
dsa: Rename mv88e6123_61_65 to mv88e6123 to be consistent
by Andrew Lunn
· 9 years ago
dc91d7e
Merge branch 'of_mdio-checks'
by David S. Miller
· 9 years ago
5189b1d
of_mdio: use PTR_ERR_OR_ZERO()
by Sergei Shtylyov
· 9 years ago
ac044b9
of_mdio: use IS_ERR_OR_NULL()
by Sergei Shtylyov
· 9 years ago
a3478ba
of_mdio: mdio_device_create() never returns NULL
by Sergei Shtylyov
· 9 years ago
1f3a1c5
Merge branch 'thunderx-phy'
by David S. Miller
· 9 years ago
379d7ac
phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
by David Daney
· 9 years ago
1eefee9
phy: mdio-octeon: Refactor into two files/modules
by David Daney
· 9 years ago
5fc7cf1
net: thunderx: Cleanup PHY probing code.
by David Daney
· 9 years ago
0df83e7
net: mvneta: Add missing hotplug notifier transition
by Anna-Maria Gleixner
· 9 years ago
7c82a7b
fsl/fman: fix dtsec_set_tx_pause_frames
by Igal Liberman
· 9 years ago
387178e
Documentation: networking: phy.txt: Add missing functions
by Florian Fainelli
· 9 years ago
a44d6ea
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
by Martin KaFai Lau
· 9 years ago
efc21d9
vmxnet3: fix lock imbalance in vmxnet3_tq_xmit()
by Arnd Bergmann
· 9 years ago
888506a
Merge branch 'net-gcc60-fixes'
by David S. Miller
· 9 years ago
8e0cc8c
net: caif: fix misleading indentation
by Arnd Bergmann
· 9 years ago
362210e
ath9k: fix misleading indentation
by Arnd Bergmann
· 9 years ago
83d6f1f
ath9k: fix buffer overrun for ar9287
by Arnd Bergmann
· 9 years ago
e725a66
farsync: fix off-by-one bug in fst_add_one
by Arnd Bergmann
· 9 years ago
baefd70
mlx4: add missing braces in verify_qp_parameters
by Arnd Bergmann
· 9 years ago
916848c
net: mediatek: check device_reset return code
by Arnd Bergmann
· 9 years ago
a25cdc0
net: mediatek: remove incorrect dma_mask assignment
by Arnd Bergmann
· 9 years ago
6aab1a6
net: mediatek: use dma_addr_t correctly
by Arnd Bergmann
· 9 years ago
34b88a6
net: Fix use after free in the recvmmsg exit path
by Arnaldo Carvalho de Melo
· 9 years ago
b6e4038
Merge branch 'thunderx-perf'
by David S. Miller
· 9 years ago
1d36879
net: thunderx: Adjust nicvf structure to reduce cache misses
by Sunil Goutham
· 9 years ago
5c2e26f
net: thunderx: Set recevie buffer page usage count in bulk
by Sunil Goutham
· 9 years ago
9bd160b
tipc: make sure IPv6 header fits in skb headroom
by Richard Alpe
· 9 years ago
c9214f5
Merge branch 'mvneta-hwbm'
by David S. Miller
· 9 years ago
baa11eb
net: mvneta: Use the new hwbm framework
by Gregory CLEMENT
· 9 years ago
8cb2d8b
net: add a hardware buffer management helper API
by Gregory CLEMENT
· 9 years ago
dc35a10
net: mvneta: bm: add support for hardware buffer management
by Marcin Wojtas
· 9 years ago
f2900ac
bus: mvebu-mbus: provide api for obtaining IO and DRAM window information
by Marcin Wojtas
· 9 years ago
293fdc2
ARM: dts: armada-xp-openblocks-ax3-4: Add BM support
by Gregory CLEMENT
· 9 years ago
9dd7a57
ARM: dts: armada-xp: enable buffer manager support on Armada XP boards
by Marcin Wojtas
· 9 years ago
ebae137
ARM: dts: armada-xp: add buffer manager nodes
by Marcin Wojtas
· 9 years ago
c49e99c
ARM: dts: armada-38x: enable buffer manager support on Armada 38x boards
by Marcin Wojtas
· 9 years ago
4a547a5
ARM: dts: armada-38x: add buffer manager nodes
by Marcin Wojtas
· 9 years ago
eb43e02
misc: sram: add optional ioremap without write combining
by Marcin Wojtas
· 9 years ago
d3bf9b1
Merge tag 'wireless-drivers-next-for-davem-2016-03-14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
by David S. Miller
· 9 years ago
20db778
Merge branch 'ipv4-ipv6-csums'
by David S. Miller
· 9 years ago
0833482
GSO/UDP: Use skb->len instead of udph->len to determine length of original skb
by Alexander Duyck
· 9 years ago
1e94082
ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short
by Alexander Duyck
· 9 years ago
01cfbad
ipv4: Update parameters for csum_tcpudp_magic to their original types
by Alexander Duyck
· 9 years ago
fbd40ea
ipv4: Don't do expensive useless work during inetdev destroy.
by David S. Miller
· 9 years ago
f4fa6e6
Merge tag 'nfc-next-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next
by David S. Miller
· 9 years ago
0109988
Merge branch 'macsec'
by David S. Miller
· 9 years ago
c09440f
macsec: introduce IEEE 802.1AE driver
by Sabrina Dubroca
· 9 years ago
3c17578
net: add MACsec netdevice priv_flags and helper
by Sabrina Dubroca
· 9 years ago
dece8d2
uapi: add MACsec bits
by Sabrina Dubroca
· 9 years ago
f3c9869
net: socket: use pr_info_once to tip the obsolete usage of PF_PACKET
by liping.zhang
· 9 years ago
9826731
at803x: fix suspend/resume for SGMII link
by Zefir Kurtisi
· 9 years ago
Next »