index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2016-03-18
ldmvsw: Add ldmvsw.c driver code
Aaron Young
-0
/
+481
2016-03-18
ldmvsw: Make sunvnet_common compatible with ldmvsw
Aaron Young
-70
/
+121
2016-03-18
ldmvsw: Split sunvnet driver into common code
Aaron Young
-1743
/
+1816
2016-03-18
bnx2x: Prevent false warning for lack of FC NPIV
Yuval Mintz
-0
/
+4
2016-03-18
ravb: fix result value overwrite
Yoshihiro Kaneko
-2
/
+2
2016-03-18
qlge: Fix receive packets drop.
Manish Chopra
-0
/
+11
2016-03-18
net: stmmac: Don't search for phys if mdio node is defined.
Phil Reid
-0
/
+4
2016-03-18
mediatek: unlock on error in mtk_tx_map()
Dan Carpenter
-0
/
+2
2016-03-18
mediatek: checking for IS_ERR() instead of NULL
Dan Carpenter
-2
/
+2
2016-03-18
openvswitch: allow output of MPLS packets on tunnel vports
Simon Horman
-3
/
+0
2016-03-18
netdev: Move octeon/octeon_mgmt driver to cavium directory.
David Daney
-16
/
+12
2016-03-18
ovs: internal_set_rx_headroom() can be static
Wu Fengguang
-1
/
+1
2016-03-18
net: dst_cache_per_cpu_dst_set() can be static
Wu Fengguang
-4
/
+4
2016-03-17
qmi_wwan: Added support for Gemalto's Cinterion PHxx WWAN interface
Schemmel Hans-Christoph
-0
/
+3
2016-03-17
tcp/dccp: remove obsolete WARN_ON() in icmp handlers
Eric Dumazet
-4
/
+0
2016-03-17
vlan: propagate gso_max_segs
Eric Dumazet
-0
/
+6
2016-03-16
Merge branch 'thunderx-mdio-fixes'
David S. Miller
-7
/
+25
2016-03-16
net: thunderx: Don't leak phy device references on -EPROBE_DEFER condition.
David Daney
-6
/
+20
2016-03-16
net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
David Daney
-1
/
+1
2016-03-16
phy: mdio-cavium: Add missing MODULE_* annotations.
David Daney
-0
/
+4
2016-03-16
ppp: ensure file->private_data can't be overridden
Guillaume Nault
-14
/
+17
2016-03-16
Merge branch 'arc_emac-next'
David S. Miller
-62
/
+201
2016-03-16
ARM: dts: rockchip: add to support emac for rk3036 SoCs
Xing Zheng
-0
/
+67
2016-03-16
clk: rockchip: associate SCLK_MAC_PLL and disable reparenting on rk3036
Heiko Stuebner
-1
/
+1
2016-03-16
clk: rockchip: add clock-id for rk3036 emac pll source clock
Xing Zheng
-0
/
+1
2016-03-16
clk: rockchip: associate the rk3036 HCLK_EMAC clock-id
Xing Zheng
-1
/
+1
2016-03-16
clk: rockchip: add node-id for rk3036 emac hclk
Xing Zheng
-0
/
+1
2016-03-16
net: arc: trivial: cleanup the emac driver
Caesar Wang
-57
/
+75
2016-03-16
net: arc_emac: support the phy reset for emac driver
Caesar Wang
-0
/
+43
2016-03-16
net: arc_emac: add phy reset is optional for device tree
Caesar Wang
-0
/
+7
2016-03-16
net: arc_emac: make the rockchip emac document more compatible
Caesar Wang
-3
/
+5
2016-03-16
ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwords
Ben Hutchings
-1
/
+1
2016-03-16
sh_eth: do not call netif_start_queue() from sh_eth_dev_init()
Sergei Shtylyov
-2
/
+4
2016-03-16
bnx2x: don't wait for Tx completion on recovery
Yuval Mintz
-2
/
+6
2016-03-16
sctp: consolidate local_bh_disable/enable + spin_lock/unlock to _bh variant
Nicholas Mc Guire
-4
/
+2
2016-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-134
/
+795
2016-03-15
netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait
Nicholas Mc Guire
-4
/
+2
2016-03-14
net: diag: add a scheduling point in inet_diag_dump_icsk()
Eric Dumazet
-0
/
+1
2016-03-14
smc91x: avoid self-comparison warning
Arnd Bergmann
-1
/
+1
2016-03-14
openvswitch: Interface with NAT.
Jarno Rajahalme
-28
/
+551
2016-03-14
openvswitch: Delay conntrack helper call for new connections.
Jarno Rajahalme
-5
/
+16
2016-03-14
openvswitch: Handle NF_REPEAT in conntrack action.
Jarno Rajahalme
-2
/
+8
2016-03-14
openvswitch: Find existing conntrack entry after upcall.
Jarno Rajahalme
-13
/
+90
2016-03-14
openvswitch: Update the CT state key only after nf_conntrack_in().
Jarno Rajahalme
-3
/
+4
2016-03-14
openvswitch: Add commentary to conntrack.c
Jarno Rajahalme
-1
/
+20
2016-03-14
netfilter: Allow calling into nat helper without skb_dst.
Jarno Rajahalme
-44
/
+16
2016-03-14
netfilter: Remove IP_CT_NEW_REPLY definition.
Jarno Rajahalme
-5
/
+9
2016-03-14
Merge branch 'dsa-finers-bridging-control'
David S. Miller
-65
/
+56
2016-03-14
net: dsa: refine netdev event notifier
Vivien Didelot
-24
/
+30
2016-03-14
net: dsa: make port_bridge_leave return void
Vivien Didelot
-30
/
+15
[next]