aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-16net/bpf_jit: MIPS: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-9/+12
2018-11-16net/bpf_jit: PPC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-8/+10
2018-11-16net/bpf: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-19/+21
2018-11-16net/skbuff: add macros for VLAN_PRESENT bitMichał Mirosław1-0/+6
2018-11-15net: slightly optimize eth_type_transLi RongQing1-8/+10
2018-11-15net: remove BUG_ON from __pskb_pull_tailLi RongQing1-2/+0
2018-11-15test_objagg: Fix warning.David S. Miller1-0/+1
2018-11-15selftests: mlxsw: spectrum-2: Add simple delta testJiri Pirko1-1/+81
2018-11-15mlxsw: spectrum: acl: Implement delta for ERPJiri Pirko4-12/+237
2018-11-15mlxsw: spectrum: acl: Push code related to num_ctcam_erps inc/dec into separate helpersJiri Pirko1-49/+59
2018-11-15mlxsw: spectrum: acl: Remove mlxsw_afk_encode() block range args and key/mask checkJiri Pirko4-14/+9
2018-11-15mlxsw: spectrum: acl: Don't encode the key again in mlxsw_sp_acl_atcam_12kb_lkey_id_get()Jiri Pirko4-14/+49
2018-11-15mlxsw: core_acl: Change order of args of ops->encode_block()Jiri Pirko3-7/+7
2018-11-15mlxsw: spectrum: acl: Pass key pointer to master_mask_set/clearJiri Pirko1-13/+17
2018-11-15mlxsw: spectrum: acl_erp: Convert to use objagg for tracking ERPsJiri Pirko5-90/+99
2018-11-15lib: introduce initial implementation of object aggregation managerJiri Pirko8-0/+1633
2018-11-15selftests: Adjust spectrum-2 ctcam_two_atcam_masks_testJiri Pirko1-1/+1
2018-11-15selftests: Adjust spectrum-2 two_mask_testJiri Pirko1-1/+1
2018-11-15net: get rid of __tcp_checksum_complete()Cong Wang1-6/+1
2018-11-15net: sched: cls_flower: Classify packets using port rangesAmritha Nambiar2-6/+156
2018-11-15net: dump more useful information in netdev_rx_csum_fault()Cong Wang5-8/+16
2018-11-15net: dsa: mv88e6xxx: Work around mv886e6161 SERDES missing MII_PHYSID2Andrew Lunn1-5/+16
2018-11-15net: hns3: Adds GRO params to SKB for the stackPeng Li2-3/+49
2018-11-15net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGSPeng Li2-2/+37
2018-11-15net: hns3: Add support for ethtool -K to enable/disable HW GROPeng Li4-1/+32
2018-11-15net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI pollPeng Li2-62/+140
2018-11-15net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardwarePeng Li6-1/+83
2018-11-15net: phy: icplus: add config_intr callbackHeiner Kallweit1-7/+16
2018-11-14i40e: prevent overlapping tx_timeout recoverAlan Brady2-0/+6
2018-11-14i40e: suppress bogus error messageMitch Williams1-1/+2
2018-11-14i40e: Use correct shift for VLAN priorityRichard Rodriguez1-2/+2
2018-11-14virtchnl: Fix off by one errorAlice Michael1-2/+2
2018-11-14virtchnl: white space and reorderAlice Michael1-3/+3
2018-11-14i40e: always set ks->base.speed in i40e_get_settings_link_upJacob Keller1-0/+1
2018-11-14i40e: don't restart nway if autoneg not supportedMitch Williams1-5/+5
2018-11-14i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek4-15/+17
2018-11-14i40e: update driver versionAlice Michael1-2/+2
2018-11-14i40e: Protect access to VF control methodsJan Sokolowski2-5/+60
2018-11-14i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2-8/+8
2018-11-14i40e: Add capability flag for stopping FW LLDPKrzysztof Galazka3-1/+10
2018-11-14i40e: Use a local variable for readabilityJan Sokolowski1-2/+2
2018-11-14i40e: Replace spin_is_locked() with lockdepLance Roy1-2/+1
2018-11-14nfp: abm: restructure Qdisc handlingJakub Kicinski4-352/+340
2018-11-14nfp: abm: save RED's parametersJakub Kicinski2-1/+18
2018-11-14nfp: abm: reset RED's child based on limitJakub Kicinski1-5/+22
2018-11-14net: sched: red: notify drivers about RED's limit parameterJakub Kicinski2-0/+2
2018-11-14nfp: abm: build full Qdisc hierarchy based on graft notificationsJakub Kicinski2-0/+107
2018-11-14net: sched: mq: offload a graft notificationJakub Kicinski2-1/+19
2018-11-14net: sched: red: offload a graft notificationJakub Kicinski2-0/+19
2018-11-14nfp: abm: allocate Qdisc child tableJakub Kicinski2-7/+24