aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-08macvlan: fix memory hole in macvlan_devGirish Moodalbail
2017-12-08slip: sl_alloc(): remove unused parameter "dev_t line"Marc Kleine-Budde
2017-12-08Merge branch 'cxgb4-collect-hardware-logs-via-ethtool'David S. Miller
2017-12-08cxgb4: collect PCIe configuration logsRahul Lakkireddy
2017-12-08cxgb4: collect egress and ingress SGE queue contextsRahul Lakkireddy
2017-12-08cxgb4: skip TX and RX payload regions in memory dumpsRahul Lakkireddy
2017-12-08cxgb4: collect HMA memory dumpRahul Lakkireddy
2017-12-08cxgb4: collect MC memory dumpRahul Lakkireddy
2017-12-08cxgb4: collect on-chip memory informationRahul Lakkireddy
2017-12-08Merge branch 'veth-and-GSO-maximums'David S. Miller
2017-12-08veth: set peer GSO valuesStephen Hemminger
2017-12-08rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger
2017-12-08net: stmmac: fix broken dma_interrupt handling for multi-queuesNiklas Cassel
2017-12-08net: dsa: lan9303: Protect ALR operations with mutexEgil Hjelmeland
2017-12-08net: sched: fix use-after-free in tcf_block_put_extJiri Pirko
2017-12-08Merge branch 'lockless-qdisc-series'David S. Miller
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend
2017-12-08net: skb_array: expose peek APIJohn Fastabend
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend
2017-12-08net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend
2017-12-08net: sched: provide per cpu qstat helpersJohn Fastabend
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend
2017-12-08virtio_net: Disable interrupts if napi_complete_done rescheduled napiToshiaki Makita
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-08tuntap: fix possible deadlock when fail to register netdevJason Wang
2017-12-07Merge branch 'smc-fixes-next'David S. Miller
2017-12-07smc: support variable CLC proposal messagesUrsula Braun
2017-12-07smc: no consumer update in tasklet contextUrsula Braun
2017-12-07smc: cleanup close checking during data receivalUrsula Braun
2017-12-07smc: no update for unused sk_write_pendingUrsula Braun
2017-12-07smc: improve smc_clc_send_decline() error handlingUrsula Braun
2017-12-07smc: make smc_close_active_abort() staticUrsula Braun
2017-12-07net: dsa: Allow compiling out legacy supportFlorian Fainelli
2017-12-07bnxt_en: Don't print "Link speed -1 no longer supported" messages.Michael Chan
2017-12-06Merge branch 'bpf-devel-doc'Alexei Starovoitov
2017-12-06bpf, doc: add faq about bpf development processDaniel Borkmann
2017-12-06bpf, doc: add bpf trees and tps to maintainers entryDaniel Borkmann
2017-12-06ipvlan: Eliminate duplicated codes with existing functionGao Feng
2017-12-06mlxsw: spectrum: handle NETIF_F_HW_TC changes correctlyJiri Pirko
2017-12-06tun: avoid unnecessary READ_ONCE in tun_net_xmitWillem de Bruijn
2017-12-06rds: debug: fix null check on static arrayPrashant Bhole
2017-12-06act_mirred: get rid of mirred_list_lock spinlockCong Wang