aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-17net/ncsi: Reset channel state in ncsi_start_dev()Samuel Mendoza-Jonas3-12/+113
2018-11-17net/ncsi: Don't mark configured channels inactiveSamuel Mendoza-Jonas2-8/+12
2018-11-17net/ncsi: Don't deselect package in suspend if activeSamuel Mendoza-Jonas1-2/+13
2018-11-17net/ncsi: Probe single packages to avoid conflictSamuel Mendoza-Jonas2-55/+31
2018-11-17net/ncsi: Don't enable all channels when HWA availableSamuel Mendoza-Jonas2-48/+5
2018-11-17cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page sizeArjun Vynipadath1-11/+0
2018-11-17tcp: add SRTT to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2-0/+3
2018-11-17uapi/ethtool: fix spelling errorsStephen Hemminger1-2/+2
2018-11-17tun: Adjust on-stack tun_page initialization.David S. Miller1-1/+3
2018-11-17tuntap: free XDP dropped packets in a batchJason Wang1-3/+26
2018-11-17vhost_net: mitigate page reference counting during page frag refillJason Wang1-3/+51
2018-11-16Merge branch 'net-sched-gred-introduce-per-virtual-queue-attributes'David S. Miller2-27/+281
2018-11-16net: sched: gred: allow manipulating per-DP RED flagsJakub Kicinski2-1/+144
2018-11-16net: sched: gred: store red flags per virtual queueJakub Kicinski1-6/+18
2018-11-16net: sched: gred: provide a better structured dump and expose statsJakub Kicinski2-1/+78
2018-11-16net: sched: gred: store bytesin as a 64 bit valueJakub Kicinski1-1/+1
2018-11-16net: sched: gred: use extack to provide more details on configuration errorsJakub Kicinski1-11/+33
2018-11-16net: sched: gred: pass extack to nla_parse_nested()Jakub Kicinski1-2/+2
2018-11-16net: sched: gred: separate error and non-error path in gred_change()Jakub Kicinski1-6/+6
2018-11-16selftests: add explicit test for multiple concurrent GRO socketsPaolo Abeni1-0/+34
2018-11-16isdn/hisax: remove set but not used variable 'total'YueHaibing1-2/+1
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