aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/socionext/netsec.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-05net: aquantia: Make some functions staticWei Yongjun1-3/+3
2018-07-05net: dsa: vsc73xx: Make some functions staticWei Yongjun1-4/+5
2018-07-05net: dsa: fix spelling mistake "waitting" -> "waiting"Colin Ian King1-1/+1
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing2-34/+29
2018-07-05r8169: fix runtime suspendHeiner Kallweit1-8/+1
2018-07-05net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree1-5/+11
2018-07-05cxgb4: Add support to read actual provisioned resourcesCasey Leedom4-35/+206
2018-07-04epic100: remove redundant variable 'irq'Colin Ian King1-2/+0
2018-07-04sfc: remove redundant variable old_vlanColin Ian King1-2/+1
2018-07-04qed: remove redundant pointer 'name'Colin Ian King1-2/+0
2018-07-04ethernet: micrel: remove redundant pointer 'info'Colin Ian King1-3/+0
2018-07-04net: hinic: remove redundant pointer pfhwdevColin Ian King1-3/+0
2018-07-04net: hns3: remove redundant variable 'protocol'Colin Ian King1-2/+0
2018-07-04net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idxColin Ian King1-2/+0
2018-07-04net: fec: remove redundant variable 'inc'Colin Ian King1-2/+0
2018-07-04cnic: remove redundant pointer req and variable funcColin Ian King1-4/+1
2018-07-04net: bgmac: remove redundant variable 'freed'Colin Ian King1-2/+0
2018-07-04net: ethernet: nb8800: remove redundant pointer rxdColin Ian King1-2/+0
2018-07-04net: alx: remove redundant variable old_duplexColin Ian King1-2/+0
2018-07-04net: alteon: acenic: remove redundant pointer rxdescColin Ian King1-4/+1
2018-07-04net: dsa: bcm_sf2: remove redundant variable offColin Ian King1-6/+1
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia5-4/+47
2018-07-04igb: Add support for ETF offloadJesus Sanchez-Palencia3-17/+138
2018-07-04igb: Only call skb_tx_timestamp after descriptors are readyJesus Sanchez-Palencia1-2/+2
2018-07-04igb: Refactor igb_offload_cbs()Jesus Sanchez-Palencia1-9/+14
2018-07-04igb: Only change Tx arbitration when CBS is onJesus Sanchez-Palencia1-16/+33
2018-07-04igb: Refactor igb_configure_cbs()Jesus Sanchez-Palencia1-32/+28
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia3-1/+76
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes5-0/+414
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes2-2/+11
2018-07-04net: packet: Hook into time based transmission.Richard Cochran1-0/+6
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia3-5/+14
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia6-0/+10
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran11-0/+84
2018-07-04net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia1-1/+1
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva15-0/+33
2018-07-04net: usb: asix: allow optionally getting mac address from device treeMarcel Ziswiler1-15/+23
2018-07-04net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun1-9/+16