index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
vmscan.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-01-09
tuntap: XDP transmission
Jason Wang
3
-33
/
+208
2018-01-09
tun/tap: use ptr_ring instead of skb_array
Jason Wang
5
-64
/
+68
2018-01-09
net: tipc: remove unused hardirq.h
Yang Shi
1
-1
/
+0
2018-01-09
net: ovs: remove unused hardirq.h
Yang Shi
1
-1
/
+0
2018-01-09
net: caif: remove unused hardirq.h
Yang Shi
2
-2
/
+0
2018-01-09
8139cp: Replace WARN_ONCE with netdev_WARN_ONCE
Gal Pressman
1
-2
/
+2
2018-01-09
bnx2x: Replace WARN_ONCE with netdev_WARN_ONCE
Gal Pressman
1
-2
/
+3
2018-01-09
e1000: Replace WARN_ONCE with netdev_WARN_ONCE
Gal Pressman
1
-2
/
+2
2018-01-09
net/mlx5e: Replace WARN_ONCE with netdev_WARN_ONCE
Gal Pressman
1
-5
/
+4
2018-01-09
net: No line break on netdev_WARN* formatting
Gal Pressman
1
-2
/
+2
2018-01-09
net: Fix netdev_WARN_ONCE macro
Gal Pressman
1
-2
/
+2
2018-01-08
net: tracepoint: exposing sk_faimily in tracepoint inet_sock_set_state
Yafang Shao
1
-2
/
+13
2018-01-08
sh_eth: fix TXALCR1 offsets
Sergei Shtylyov
1
-2
/
+2
2018-01-08
mdio-sun4i: Fix a memory leak
Christophe JAILLET
1
-2
/
+4
2018-01-08
l2tp: adjust comments about L2TPv3 offsets
Guillaume Nault
2
-5
/
+4
2018-01-08
phylink: mark expected switch fall-throughs in phylink_mii_ioctl
Gustavo A. R. Silva
1
-0
/
+2
2018-01-08
net: phy: fix wrong masks to phy_modify()
Russell King
4
-15
/
+14
2018-01-08
sctp: fix the handling of ICMP Frag Needed for too small MTUs
Marcelo Ricardo Leitner
3
-13
/
+26
2018-01-08
sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled
Marcelo Ricardo Leitner
1
-12
/
+12
2018-01-08
xen-netfront: enable device after manual module load
Eduardo Otubo
1
-0
/
+1
2018-01-08
forcedeth: remove duplicate structure member in rx
Zhu Yanjun
1
-8
/
+9
2018-01-08
bnxt_en: Fix the 'Invalid VF' id check in bnxt_vf_ndo_prep routine.
Venkat Duvvuru
1
-1
/
+1
2018-01-08
bnxt_en: Fix population of flow_type in bnxt_hwrm_cfa_flow_alloc()
Sunil Challa
1
-1
/
+1
2018-01-08
tcp: Split BUG_ON() in tcp_tso_should_defer() into two assertions
Stefano Brivio
1
-1
/
+2
2018-01-08
net: ipv6: Allow connect to linklocal address from socket bound to vrf
David Ahern
3
-4
/
+22
2018-01-08
sh_eth: remove sh_eth_plat_data::edmac_endian
Sergei Shtylyov
7
-12
/
+0
2018-01-08
net: hns3: Add more packet size statisctics
Jian Shen
2
-7
/
+56
2018-01-08
net: hns3: remove redundant semicolon
Peng Li
1
-1
/
+1
2018-01-08
net: hns3: fix for not setting pause parameters
Fuyun Liang
3
-7
/
+98
2018-01-08
net: hns3: add MTU initialization for hardware
Fuyun Liang
1
-2
/
+20
2018-01-08
net: hns3: fix for changing MTU
Fuyun Liang
1
-0
/
+2
2018-01-08
net: hns3: fix for setting MTU
Fuyun Liang
3
-5
/
+16
2018-01-08
net: hns3: fix for updating fc_mode_last_time
Fuyun Liang
1
-9
/
+6
2018-01-08
net: hns3: Fix a response data read error of tqp statistics query
Jian Shen
2
-4
/
+4
2018-01-08
net: hns3: Add packet statistics of netdev
Jian Shen
1
-1
/
+79
2018-01-08
net: hns3: Remove a useless member of struct hns3_stats
Jian Shen
1
-3
/
+1
2018-01-08
net: hns3: Fix an error macro definition of HNS3_TQP_STAT
Jian Shen
1
-1
/
+2
2018-01-08
net: hns3: Fix a loop index error of tqp statistics query
Jian Shen
1
-5
/
+5
2018-01-08
net: hns3: Fix an error of total drop packet statistics
Jian Shen
1
-2
/
+9
2018-01-08
net: hns3: Mask the packet statistics query when NIC is down
Jian Shen
1
-0
/
+8
2018-01-08
net: hns3: Modify the update period of packet statistics
Jian Shen
3
-1
/
+17
2018-01-08
net: hns3: Remove repeat statistic of rx_errors
Jian Shen
1
-1
/
+0
2018-01-08
net: hns3: Fix spelling errors
Jian Shen
2
-9
/
+9
2018-01-08
net: hns3: Unify the strings display of packet statistics
Jian Shen
4
-66
/
+69
2018-01-08
net: hns3: Disable VFs change rxvlan offload status
Jian Shen
1
-2
/
+3
2018-01-08
net: hns3: Add ethtool interface for vlan filter
Jian Shen
3
-3
/
+25
2018-01-08
net: qualcomm: rmnet: Add support for GSO
Subash Abhinov Kasiviswanathan
1
-0
/
+1
2018-01-08
net: qualcomm: rmnet: Add support for TX checksum offload
Subash Abhinov Kasiviswanathan
4
-0
/
+131
2018-01-08
net: qualcomm: rmnet: Handle command packets with checksum trailer
Subash Abhinov Kasiviswanathan
1
-2
/
+15
2018-01-08
net: qualcomm: rmnet: Add support for RX checksum offload
Subash Abhinov Kasiviswanathan
4
-6
/
+201
[next]