summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* udp6: cleanup stats accounting in recvmsg()Paolo Abeni2018-11-091-25/+7
* nfp: use the new __netdev_tx_sent_queue() BQL optimisationJakub Kicinski2018-11-091-3/+1
* Merge branch 'ptp-more-accurate-PHC-system-clock-synchronization'David S. Miller2018-11-0910-51/+253
|\
| * tg3: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-091-6/+13
| * ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-091-10/+44
| * igb: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-091-10/+55
| * e1000e: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-093-16/+45
| * ptp: deprecate gettime64() in favor of gettimex64()Miroslav Lichvar2018-11-093-2/+10
| * ptp: add PTP_SYS_OFFSET_EXTENDED ioctlMiroslav Lichvar2018-11-093-0/+76
| * ptp: check gettime64 return code in PTP_SYS_OFFSET ioctlMiroslav Lichvar2018-11-091-1/+4
| * ptp: reorder declarations in ptp_ioctl()Miroslav Lichvar2018-11-091-7/+7
|/
* Merge branch 'hns3-add-code-optimization-for-VF-reset-and-some-new-reset-feat...David S. Miller2018-11-0912-164/+638
|\
| * net: hns3: add PCIe FLR support for VFHuazhong Tan2018-11-092-2/+64
| * net: hns3: do VF's pci re-initialization while PF doing FLRHuazhong Tan2018-11-093-8/+74
| * net: hns3: add PCIe FLR support for PFHuazhong Tan2018-11-096-1/+100
| * net: hns3: implement the IMP reset processing for PFHuazhong Tan2018-11-093-9/+37
| * net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is setHuazhong Tan2018-11-091-6/+16
| * net: hns3: add error handler for hclgevf_reset()Huazhong Tan2018-11-091-14/+37
| * net: hns3: stop handling command queue while resetting VFHuazhong Tan2018-11-094-1/+35
| * net: hns3: add reset handling for VF when doing Core/Global/IMP resetHuazhong Tan2018-11-092-12/+46
| * net: hns3: add reset handling for VF when doing PF resetHuazhong Tan2018-11-099-20/+146
| * net: hns3: adjust VF's reset processHuazhong Tan2018-11-097-48/+63
| * net: hns3: add reset_hdev to reinit the hdev in VF's reset processHuazhong Tan2018-11-092-54/+31
|/
* cxgb4vf: free mac_hlist properlyArjun Vynipadath2018-11-091-0/+6
* cxgb4vf: fix memleak in mac_hlist initializationArjun Vynipadath2018-11-091-2/+4
* cxgb4: free mac_hlist properlyArjun Vynipadath2018-11-091-0/+8
* net: tcp: remove BUG_ON from tcp_v4_errLi RongQing2018-11-091-1/+0
* xen/netfront: remove unnecessary wmbJacob Wen2018-11-091-2/+0
* Merge branch 'nfp-abm-move-code-and-improve-parameter-validation'David S. Miller2018-11-0810-279/+335
|\
| * nfp: abm: refuse RED offload with harddrop setJakub Kicinski2018-11-081-0/+5
| * net: sched: red: inform offloads about harddrop settingJakub Kicinski2018-11-082-0/+2
| * nfp: abm: don't set negative thresholdJakub Kicinski2018-11-082-2/+11
| * nfp: abm: provide more precise info about offload parameter validationJakub Kicinski2018-11-081-3/+21
| * nfp: parse vNIC TLV capabilities at alloc timeJakub Kicinski2018-11-081-5/+13
| * nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski2018-11-084-8/+9
| * nfp: abm: split qdisc offload code into a separate fileJakub Kicinski2018-11-084-266/+279
|/
* tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell2018-11-081-8/+7
* Merge branch 'net-Use-__vlan_hwaccel_-helpers'David S. Miller2018-11-0813-29/+38
|\
| * sky2: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-4/+2
| * mlx4: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
| * benet: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-4/+9
| * ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
| * bridge: use __vlan_hwaccel helpersMichał Mirosław2018-11-083-10/+13
| * 8021q: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
| * nfnetlink/queue: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-2/+3
| * net/core: use __vlan_hwaccel helpersMichał Mirosław2018-11-083-5/+7
| * cxgb4: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
|/
* net: move __skb_checksum_complete*() to skbuff.cCong Wang2018-11-082-43/+43
* Merge branch 'net-ethernet-ti-cpsw-fix-vlan-mcast'David S. Miller2018-11-085-31/+300
|\
| * net: ethernet: ti: cpsw: fix vlan configuration while down/upIvan Khoronzhuk2018-11-081-0/+17