aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-16etf: Drop all expired packetsJesus Sanchez-Palencia1-15/+21
2018-11-16etf: Split timersortedlist_erase()Jesus Sanchez-Palencia1-15/+29
2018-11-16etf: Use cached rb_rootJesus Sanchez-Palencia1-9/+12
2018-11-16etf: Cancel timer if there are no pending skbsJesus Sanchez-Palencia1-1/+3
2018-11-16tcp: clean up STATE_TRACEYafang Shao2-16/+0
2018-11-16usbnet: smsc95xx: check for csum being in last four bytesBen Dooks1-1/+18
2018-11-16usbnet: smsc95xx: fix memcpy for accessing rx-dataBen Dooks1-5/+2
2018-11-16usbnet: smsc95xx: simplify tx_fixup codeBen Dooks1-15/+13
2018-11-16usbnet: smsc95xx: fix rx packet alignmentBen Dooks1-0/+1
2018-11-16dpaa2-eth: bql supportIoana Ciocoi Radulescu2-15/+46
2018-11-16dpaa2-eth: Update callback signatureIoana Ciocoi Radulescu2-9/+6
2018-11-16dpaa2-eth: Don't use multiple queues per channelIoana Ciocoi Radulescu2-2/+3
2018-11-16net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko2-96/+99
2018-11-16net/decnet: add missing indentationColin Ian King1-1/+1
2018-11-16net: hns3: fix spelling mistake "failded" -> "failed"Colin Ian King1-2/+2
2018-11-16net: remove unused skb_send_sock()Cong Wang2-14/+0
2018-11-16net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit1-1/+1
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław7-34/+23
2018-11-16net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-7/+10
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