aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09net: tcp: remove BUG_ON from tcp_v4_errLi RongQing1-1/+0
2018-11-09xen/netfront: remove unnecessary wmbJacob Wen1-2/+0
2018-11-08nfp: abm: refuse RED offload with harddrop setJakub Kicinski1-0/+5
2018-11-08net: sched: red: inform offloads about harddrop settingJakub Kicinski2-0/+2
2018-11-08nfp: abm: don't set negative thresholdJakub Kicinski2-2/+11
2018-11-08nfp: abm: provide more precise info about offload parameter validationJakub Kicinski1-3/+21
2018-11-08nfp: parse vNIC TLV capabilities at alloc timeJakub Kicinski1-5/+13
2018-11-08nfp: pass ctrl_bar pointer to nfp_net_allocJakub Kicinski4-8/+9
2018-11-08nfp: abm: split qdisc offload code into a separate fileJakub Kicinski4-266/+279
2018-11-08tcp_bbr: update comments to reflect pacing_margin_percentNeal Cardwell1-8/+7
2018-11-08sky2: use __vlan_hwaccel helpersMichał Mirosław1-4/+2
2018-11-08mlx4: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08benet: use __vlan_hwaccel helpersMichał Mirosław1-4/+9
2018-11-08ipv4/tunnel: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08bridge: use __vlan_hwaccel helpersMichał Mirosław3-10/+13
2018-11-088021q: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08nfnetlink/queue: use __vlan_hwaccel helpersMichał Mirosław1-2/+3
2018-11-08net/core: use __vlan_hwaccel helpersMichał Mirosław3-5/+7
2018-11-08cxgb4: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08net: move __skb_checksum_complete*() to skbuff.cCong Wang2-43/+43
2018-11-08net: ethernet: ti: cpsw: fix vlan configuration while down/upIvan Khoronzhuk1-0/+17
2018-11-08net: ethernet: ti: cpsw: fix vlan mcastIvan Khoronzhuk1-31/+138
2018-11-08net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk2-0/+38
2018-11-08net: core: dev_addr_lists: add auxiliary func to handle reference address updatesIvan Khoronzhuk2-0/+107
2018-11-08sfc: use the new __netdev_tx_sent_queue BQL optimisationEdward Cree1-4/+1
2018-11-08gianfar: remove use of VLAN_TAG_PRESENTMichał Mirosław1-5/+3
2018-11-08OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław4-18/+23
2018-11-08cnic: remove use of VLAN_TAG_PRESENTMichał Mirosław1-1/+1
2018-11-08i40iw: remove use of VLAN_TAG_PRESENTMichał Mirosław1-4/+4
2018-11-08net: socionext: refactor netsec_alloc_dring()Ilias Apalodimas1-8/+3
2018-11-08net: socionext: different approach on DMAIlias Apalodimas1-99/+128
2018-11-08net: qca_spi: Add available buffer space verificationStefan Wahren3-1/+17
2018-11-08sock: Reset dst when changing sk_mark via setsockoptDavid Barmann1-2/+4
2018-11-08s390/qeth: don't process hsuid in qeth_l3_setup_netdev()Julian Wiedmann1-3/+0
2018-11-08s390/qeth: remove unused fallback in Layer3's MAC codeJulian Wiedmann1-3/+0
2018-11-08s390/qeth: remove two IPA command helpersJulian Wiedmann3-59/+19
2018-11-08s390/qeth: replace open-coded cmd setupJulian Wiedmann3-19/+12
2018-11-08s390/qeth: remove card listJulian Wiedmann3-44/+24
2018-11-08s390/qeth: unify transmit codeJulian Wiedmann3-83/+19
2018-11-08s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()Julian Wiedmann2-30/+17
2018-11-08s390/qeth: utilize virtual MAC for Layer2 OSD devicesJulian Wiedmann4-22/+26
2018-11-08openvswitch: remove BUG_ON from get_dpdevLi RongQing1-1/+0
2018-11-08selftests: pmtu: Introduce FoU and GUE PMTU exceptions testsStefano Brivio1-0/+179
2018-11-08fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio3-0/+143
2018-11-08udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio4-35/+113
2018-11-08net: Convert protocol error handlers from void to intStefano Brivio27-121/+177
2018-11-08selftests: pmtu: Introduce tests for IPv4/IPv6 over GENEVE over IPv4/IPv6Stefano Brivio1-31/+86
2018-11-08geneve: Allow configuration of DF behaviourStefano Brivio2-8/+56
2018-11-08geneve: ICMP error lookup handlerStefano Brivio1-0/+52
2018-11-08selftests: pmtu: Introduce tests for IPv4/IPv6 over VXLAN over IPv4/IPv6Stefano Brivio1-18/+125