aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-16udp: fix jump label misusePaolo Abeni2-4/+4
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-16Merge branch 'SMSC95xx-driver-updates'David S. Miller1-21/+34
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-16Merge branch 'dpaa2-eth-add-bql-support'David S. Miller2-25/+54
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-16Merge branch 'Remove-VLAN-CFI-overload'David S. Miller7-55/+60
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-15Merge tag 'batadv-next-for-davem-20181114' of git://git.open-mesh.org/linux-mergeDavid S. Miller19-160/+236
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-15Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-48/+121
2018-11-15test_objagg: Fix warning.David S. Miller1-0/+1
2018-11-15Merge branch 'mlxsw-ERP-sharing-multiple-masks'David S. Miller19-193/+2184
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-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-89/+265
2018-11-15Merge branch 'hns3-hwgro'David S. Miller7-67/+339