index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-25
ovs: use nla_put_u64_64bit()
Nicolas Dichtel
2
-1
/
+3
2016-04-25
ipv6: use nla_put_u64_64bit()
Nicolas Dichtel
3
-7
/
+12
2016-04-25
sched: use nla_put_u64_64bit()
Nicolas Dichtel
4
-5
/
+13
2016-04-25
rtnl: use nla_put_u64_64bit()
Nicolas Dichtel
2
-18
/
+19
2016-04-25
soreuseport: Resolve merge conflict for v4/v6 ordering fix
Craig Gallek
2
-2
/
+10
2016-04-25
sock: relax WARN_ON() in sock_owned_by_user()
Eric Dumazet
1
-1
/
+1
2016-04-25
hv_netvsc: Fix the list processing for network change event
Haiyang Zhang
1
-1
/
+1
2016-04-24
tcp-tso: do not split TSO packets at retransmit time
Eric Dumazet
4
-40
/
+34
2016-04-24
tipc: fix stale links after re-enabling bearer
Parthasarathy Bhuvaragan
1
-2
/
+1
2016-04-24
tcp: Merge txstamp_ack in tcp_skb_collapse_tstamp
Martin KaFai Lau
1
-0
/
+2
2016-04-24
tcp: Carry txstamp_ack in tcp_fragment_tstamp
Martin KaFai Lau
1
-0
/
+2
2016-04-24
taskstats: use the libnl API to align nlattr on 64-bit
Nicolas Dichtel
1
-32
/
+5
2016-04-24
xfrm: align nlattr properly when needed
Nicolas Dichtel
2
-4
/
+7
2016-04-24
libnl: add nla_put_u64_64bit() helper
Nicolas Dichtel
1
-0
/
+13
2016-04-24
libnl: nla_put_msecs(): align on a 64-bit area
Nicolas Dichtel
7
-16
/
+27
2016-04-24
libnl: nla_put_s64(): align on a 64-bit area
Nicolas Dichtel
1
-4
/
+7
2016-04-24
libnl: nla_put_net64(): align on a 64-bit area
Nicolas Dichtel
3
-11
/
+13
2016-04-24
libnl: nla_put_be64(): align on a 64-bit area
Nicolas Dichtel
18
-38
/
+87
2016-04-24
libnl: nla_put_le64(): align on a 64-bit area
Nicolas Dichtel
3
-8
/
+19
2016-04-24
libnl: fix help of _64bit functions
Nicolas Dichtel
1
-2
/
+6
2016-04-21
rtc: ds1307: Use irq when available for wakeup-source device
Nishanth Menon
1
-1
/
+1
2016-04-21
rtc: ds1307: ds3231 temperature s16 overflow
Zhuang Yuyao
1
-2
/
+2
2016-04-21
geneve: break dependency with netdev drivers
Hannes Frederic Sowa
3
-7
/
+31
2016-04-21
vxlan: break dependency with netdev drivers
Hannes Frederic Sowa
3
-9
/
+12
2016-04-21
qlcnic: protect qlicnic_attach_func with rtnl_lock
Hannes Frederic Sowa
1
-2
/
+8
2016-04-21
ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lock
Hannes Frederic Sowa
1
-0
/
+2
2016-04-21
mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lock
Hannes Frederic Sowa
1
-0
/
+2
2016-04-21
fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lock
Hannes Frederic Sowa
1
-0
/
+2
2016-04-21
benet: be_resume needs to protect be_open with rtnl_lock
Hannes Frederic Sowa
1
-4
/
+6
2016-04-21
openvswitch: use flow protocol when recalculating ipv6 checksums
Simon Horman
1
-2
/
+2
2016-04-21
Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packets
Shrikrishna Khare
2
-6
/
+10
2016-04-21
atl2: Disable unimplemented scatter/gather feature
Ben Hutchings
1
-1
/
+1
2016-04-21
net: Add support for IP ID mangling TSO in cases that require encapsulation
Alexander Duyck
1
-0
/
+11
2016-04-21
net/mlx5e: Add ethtool counter for RX buffer allocation failures
Tariq Toukan
3
-4
/
+17
2016-04-21
net/mlx5e: Delay skb->data access
Saeed Mahameed
1
-4
/
+3
2016-04-21
net/mlx5e: Remove redundant barrier
Tariq Toukan
1
-1
/
+0
2016-04-21
net/mlx5e: Use napi_alloc_skb for RX SKB allocations
Tariq Toukan
3
-10
/
+7
2016-04-21
net/mlx5e: Add fragmented memory support for RX multi packet WQE
Tariq Toukan
5
-68
/
+514
2016-04-21
net/mlx5e: Added ICO SQs
Tariq Toukan
4
-25
/
+174
2016-04-21
net/mlx5e: Support RX multi-packet WQE (Striding RQ)
Tariq Toukan
5
-44
/
+349
2016-04-21
net/mlx5e: Use function pointers for RX data path handling
Tariq Toukan
3
-47
/
+62
2016-04-21
net/mlx5e: Use only close NUMA node for default RSS
Tariq Toukan
3
-4
/
+16
2016-04-21
net/mlx5e: Allocate set of queue counters per netdev
Rana Shahout
3
-2
/
+62
2016-04-21
net/mlx5: Introduce device queue counters
Tariq Toukan
2
-0
/
+74
2016-04-21
net: bcmsysport: use napi_complete_done()
Florian Fainelli
1
-1
/
+1
2016-04-21
net: bcmsysport: use __napi_schedule_irqoff()
Florian Fainelli
1
-2
/
+2
2016-04-21
net/mlx4_en: Split SW RX dropped counter per RX ring
Eran Ben Elisha
4
-3
/
+10
2016-04-21
net/mlx4_core: Don't allow to VF change global pause settings
Eugenia Emantayev
2
-0
/
+15
2016-04-21
net/mlx4_core: Avoid repeated calls to pci enable/disable
Daniel Jurgens
2
-5
/
+41
2016-04-21
net/mlx4_core: Implement pci_resume callback
Daniel Jurgens
1
-15
/
+24
[next]