index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-20
net: convert lcs_reply.refcnt from atomic_t to refcount_t
Elena Reshetova
2
-8
/
+5
2017-12-20
net: tracepoint: using sock_set_state tracepoint to trace SCTP state transition
Yafang Shao
3
-9
/
+9
2017-12-20
net: tracepoint: using sock_set_state tracepoint to trace DCCP state transition
Yafang Shao
1
-1
/
+1
2017-12-20
net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...
Yafang Shao
7
-32
/
+30
2017-12-20
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...
Yafang Shao
7
-40
/
+128
2017-12-20
tcp: Export to userspace the TCP state names for the trace events
Steven Rostedt (VMware)
1
-13
/
+28
2017-12-20
netdevsim: correctly check return value of debugfs_create_dir
Prashant Bhole
2
-6
/
+8
2017-12-20
ip6_gre: fix potential memory leak in ip6erspan_rcv
Haishuang Yan
1
-1
/
+3
2017-12-20
ip_gre: fix potential memory leak in erspan_rcv
Haishuang Yan
1
-1
/
+3
2017-12-20
ip6_gre: fix error path when ip6erspan_rcv failed
Haishuang Yan
1
-1
/
+2
2017-12-20
ip_gre: fix error path when erspan_rcv failed
Haishuang Yan
1
-0
/
+2
2017-12-20
ip6_gre: fix a pontential issue in ip6erspan_rcv
Haishuang Yan
1
-3
/
+2
2017-12-20
net: amd-xgbe: Get rid of custom hex_dump_to_buffer()
Andy Shevchenko
1
-17
/
+7
2017-12-20
net: Clarify dev_weight documentation for LRO and GRO_HW.
Michael Chan
1
-1
/
+3
2017-12-20
netdevsim: bpf: remove unused variable
Jakub Kicinski
1
-3
/
+0
2017-12-20
netdevsim: declare struct device_type as static
Jakub Kicinski
1
-1
/
+1
2017-12-20
selftests: rtnetlink: add gretap test cases
William Tu
1
-0
/
+98
2017-12-20
net: pasemi: Replace mac address parsing
Andy Shevchenko
1
-3
/
+1
2017-12-20
net: bonding: Replace mac address parsing
Andy Shevchenko
1
-5
/
+1
2017-12-20
bridge: Use helpers to handle MAC address
Andy Shevchenko
1
-10
/
+3
2017-12-20
ip6_vti: adjust vti mtu according to mtu of lower device
Alexey Kodanev
1
-0
/
+20
2017-12-19
nfp: flower: compile Geneve encap actions
John Hurley
2
-38
/
+48
2017-12-19
nfp: flower: compile Geneve match fields
John Hurley
4
-42
/
+91
2017-12-19
nfp: flower: read extra feature support from fw
John Hurley
2
-1
/
+11
2017-12-19
nfp: flower: remove unused tun_mask variable
John Hurley
1
-5
/
+6
2017-12-19
cxgb4: RSS table is 4k for T6
Ganesh Goudar
6
-23
/
+36
2017-12-19
net_sched: properly check for empty skb array on error path
Cong Wang
1
-1
/
+7
2017-12-19
ibmvnic: Include header descriptor support for ARP packets
Thomas Falcon
1
-1
/
+6
2017-12-19
ibmvnic: Increase maximum number of RX/TX queues
Thomas Falcon
1
-1
/
+1
2017-12-19
ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
Thomas Falcon
2
-2
/
+2
2017-12-19
cxgb4: Report tid start range correctly for T6
Ganesh Goudar
1
-3
/
+8
2017-12-19
net: ks8851: Support DT-provided MAC address
Lukas Wunner
1
-2
/
+11
2017-12-19
bcm63xx_enet: use platform device id directly for miibus name
Jonas Gorski
2
-5
/
+1
2017-12-19
bcm63xx_enet: remove pointless mac_id check
Jonas Gorski
1
-1
/
+1
2017-12-19
bcm63xx_enet: use platform data for dma channel numbers
Jonas Gorski
3
-9
/
+14
2017-12-19
bcm63xx_enet: just use "enet" as the clock name
Jonas Gorski
1
-4
/
+1
2017-12-19
geneve: speedup geneve tunnels dismantle
Haishuang Yan
1
-8
/
+16
2017-12-19
vxlan: speedup vxlan tunnels dismantle
Haishuang Yan
1
-9
/
+17
2017-12-19
forcedeth: remove duplicate structure member in xmit
Zhu Yanjun
1
-12
/
+13
2017-12-19
qede: Use NETIF_F_GRO_HW.
Michael Chan
4
-18
/
+25
2017-12-19
bnx2x: Use NETIF_F_GRO_HW.
Michael Chan
2
-15
/
+17
2017-12-19
bnxt_en: Use NETIF_F_GRO_HW.
Michael Chan
1
-7
/
+20
2017-12-19
net: Disable GRO_HW when generic XDP is installed on a device.
Michael Chan
1
-0
/
+18
2017-12-19
net: Introduce NETIF_F_GRO_HW.
Michael Chan
4
-0
/
+25
2017-12-19
sock: Hide unused variable when !CONFIG_PROC_FS.
Tonghao Zhang
1
-1
/
+1
2017-12-19
sock: Move the socket inuse to namespace.
Tonghao Zhang
4
-21
/
+51
2017-12-19
sock: Change the netns_core member name.
Tonghao Zhang
2
-6
/
+6
2017-12-18
cxgb4: Simplify PCIe Completion Timeout setting
Bjorn Helgaas
1
-18
/
+3
2017-12-18
net: erspan: reload pointer after pskb_may_pull
William Tu
2
-2
/
+6
2017-12-18
net: erspan: fix wrong return value
William Tu
2
-2
/
+2
[next]