index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
virtio
/
linux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-04-14
cxgb4: Add comment for calculate tx flits and sge length code
Hariprasad Shenai
1
-1
/
+35
2015-04-14
cxgb4: Use device node in page allocation
Hariprasad Shenai
1
-2
/
+4
2015-04-14
cxgb4: Freelist starving threshold varies from adapter to adapter
Hariprasad Shenai
1
-10
/
+16
2015-04-14
cxgb4: Increased the value of MAX_IMM_TX_PKT_LEN from 128 to 256 bytes
Hariprasad Shenai
1
-1
/
+1
2015-04-14
bgmac: drop ring->num_slots
Felix Fietkau
2
-15
/
+15
2015-04-14
bgmac: fix DMA rx corruption
Felix Fietkau
1
-9
/
+18
2015-04-14
bgmac: simplify dma init/cleanup
Felix Fietkau
1
-39
/
+40
2015-04-14
bgmac: increase rx ring size from 511 to 512
Felix Fietkau
1
-1
/
+1
2015-04-14
bgmac: add check for oversized packets
Felix Fietkau
1
-0
/
+7
2015-04-14
bgmac: simplify/optimize rx DMA error handling
Felix Fietkau
1
-37
/
+34
2015-04-14
bgmac: set received skb headroom to NET_SKB_PAD
Felix Fietkau
2
-7
/
+11
2015-04-14
bgmac: leave interrupts disabled as long as there is work to do
Felix Fietkau
2
-22
/
+10
2015-04-14
bgmac: simplify tx ring index handling
Felix Fietkau
2
-29
/
+23
2015-04-14
toshiba: Remove celleb from Kconfig options
Daniel Axtens
1
-2
/
+2
2015-04-14
hv_netvsc: Implement partial copy into send buffer
Haiyang Zhang
3
-19
/
+46
2015-04-13
tcp/dccp: get rid of central timewait timer
Eric Dumazet
11
-386
/
+69
2015-04-13
netfilter: Fix format string of nfnetlink_log proc file
Richard Weinberger
1
-1
/
+1
2015-04-13
netfilter: Fix format string of nfnetlink_queue proc file
Richard Weinberger
1
-1
/
+1
2015-04-13
netfilter: Fix portid types
Richard Weinberger
2
-6
/
+5
2015-04-13
nfc: Fix portid type in urelease_work
Richard Weinberger
1
-1
/
+1
2015-04-13
netlink: Fix portid type in netlink_notify
Richard Weinberger
1
-1
/
+1
2015-04-13
tcp: fix bogus RTT for CC when retransmissions are acked
Kenneth Klette Jonassen
1
-6
/
+4
2015-04-13
net: use jump label patching for ingress qdisc in __netif_receive_skb_core
Daniel Borkmann
3
-8
/
+47
2015-04-13
net_device: Reorder members to fill holes
Thomas Graf
1
-24
/
+21
2015-04-13
e1000e: Move pm_qos_req to e1000e adapter
Thomas Graf
3
-5
/
+5
2015-04-13
selinux/nlmsg: add a build time check for rtnl/xfrm cmds
Nicolas Dichtel
1
-0
/
+3
2015-04-13
fou: implement FOU_CMD_GET
WANG Cong
2
-0
/
+110
2015-04-13
fou: add network namespace support
WANG Cong
1
-39
/
+67
2015-04-13
fou: always use be16 for port
WANG Cong
1
-3
/
+3
2015-04-13
fou: exit early when parsing config fails
WANG Cong
1
-1
/
+4
2015-04-13
fou: avoid calling udp_del_offload() twice
WANG Cong
1
-2
/
+2
2015-04-13
selinux/nlmsg: add XFRM_MSG_MAPPING
Nicolas Dichtel
1
-0
/
+1
2015-04-13
selinux/nlmsg: add XFRM_MSG_MIGRATE
Nicolas Dichtel
1
-0
/
+1
2015-04-13
selinux/nlmsg: add XFRM_MSG_REPORT
Nicolas Dichtel
1
-0
/
+1
2015-04-13
tcp: do not cache align timewait sockets
Eric Dumazet
1
-2
/
+1
2015-04-13
net/macb: sqe_test_errors are TX errors, not RX errors
Wolfgang Steinwender
1
-2
/
+2
2015-04-11
new helper: msg_data_left()
Al Viro
8
-23
/
+27
2015-04-11
get rid of the size argument of sock_sendmsg()
Al Viro
3
-15
/
+16
2015-04-11
ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
1
-0
/
+69
2015-04-11
ixgbevf: Add RSS Key query code
Vlad Zolotarov
4
-0
/
+57
2015-04-11
ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set
Vlad Zolotarov
2
-0
/
+22
2015-04-11
ixgbevf: Add a RETA query code
Vlad Zolotarov
5
-1
/
+80
2015-04-11
ixgbe: Add a RETA query command to VF-PF channel API
Vlad Zolotarov
2
-0
/
+39
2015-04-11
ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info
Vlad Zolotarov
4
-2
/
+40
2015-04-11
if_link: Add an additional parameter to ifla_vf_info for RSS querying
Vlad Zolotarov
4
-6
/
+43
2015-04-11
ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key
Vlad Zolotarov
3
-1
/
+44
2015-04-11
ixgbe: Refactor the RSS configuration code
Vlad Zolotarov
2
-44
/
+112
2015-04-10
rtnetlink: Mark name argument of rtnl_create_link() const
Thomas Graf
2
-2
/
+2
2015-04-10
ixgbe: Drop unnecessary call to rcu_barrier
Alexander Duyck
1
-2
/
+0
2015-04-10
ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features
Alexander Duyck
1
-1
/
+1
[next]