summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-08rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger1-0/+34
2017-12-08net: stmmac: fix broken dma_interrupt handling for multi-queuesNiklas Cassel1-8/+46
2017-12-08net: dsa: lan9303: Protect ALR operations with mutexEgil Hjelmeland2-2/+13
2017-12-08net: sched: fix use-after-free in tcf_block_put_extJiri Pirko1-6/+7
2017-12-08Merge branch 'lockless-qdisc-series'David S. Miller10-176/+512
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend2-53/+92
2017-12-08net: skb_array: expose peek APIJohn Fastabend1-0/+5
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqprioJohn Fastabend2-35/+69
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend3-11/+26
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend2-1/+22
2017-12-08net: sched: check for frozen queue before skb_bad_txq checkJohn Fastabend1-4/+7
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend2-21/+87
2017-12-08net: sched: drop qdisc_reset from dev_graft_qdiscJohn Fastabend1-9/+19
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend2-21/+84
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend2-0/+17
2017-12-08net: sched: provide per cpu qstat helpersJohn Fastabend1-0/+35
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend2-18/+16
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend3-14/+43
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend3-5/+6
2017-12-08virtio_net: Disable interrupts if napi_complete_done rescheduled napiToshiaki Makita1-3/+6
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller6-5/+572
2017-12-08tuntap: fix possible deadlock when fail to register netdevJason Wang1-3/+4
2017-12-07Merge branch 'smc-fixes-next'David S. Miller8-55/+118
2017-12-07smc: support variable CLC proposal messagesUrsula Braun3-24/+107
2017-12-07smc: no consumer update in tasklet contextUrsula Braun2-16/+5
2017-12-07smc: cleanup close checking during data receivalUrsula Braun1-4/+1
2017-12-07smc: no update for unused sk_write_pendingUrsula Braun1-2/+0
2017-12-07smc: improve smc_clc_send_decline() error handlingUrsula Braun2-7/+4
2017-12-07smc: make smc_close_active_abort() staticUrsula Braun2-2/+1
2017-12-07net: dsa: Allow compiling out legacy supportFlorian Fainelli8-22/+56
2017-12-07bnxt_en: Don't print "Link speed -1 no longer supported" messages.Michael Chan1-3/+7
2017-12-07Merge branch 'bpf-devel-doc'Alexei Starovoitov2-0/+523
2017-12-07bpf, doc: add faq about bpf development processDaniel Borkmann1-0/+519
2017-12-07bpf, doc: add bpf trees and tps to maintainers entryDaniel Borkmann1-0/+4
2017-12-06ipvlan: Eliminate duplicated codes with existing functionGao Feng1-11/+2
2017-12-06mlxsw: spectrum: handle NETIF_F_HW_TC changes correctlyJiri Pirko3-0/+52
2017-12-06tun: avoid unnecessary READ_ONCE in tun_net_xmitWillem de Bruijn1-3/+1
2017-12-06rds: debug: fix null check on static arrayPrashant Bhole1-2/+2
2017-12-06act_mirred: get rid of mirred_list_lock spinlockCong Wang1-9/+1
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang11-41/+26
2017-12-06Merge branch 'ipv6-add-ip6erspan-collect_md-mode'David S. Miller3-25/+180
2017-12-06samples/bpf: add ip6erspan sample codeWilliam Tu2-0/+95
2017-12-06ip6_gre: add ip6 erspan collect_md modeWilliam Tu1-25/+85
2017-12-06bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()Dan Carpenter1-4/+1
2017-12-06Merge branch 'macb-rx-filter-cleanups'David S. Miller1-24/+23
2017-12-06net: macb: change GFP_ATOMIC to GFP_KERNELJulia Cartwright1-1/+1
2017-12-06net: macb: reduce scope of rx_fs_lock-protected regionsJulia Cartwright1-5/+11
2017-12-06net: macb: kill useless use of list_empty()Julia Cartwright1-19/+12
2017-12-06net_sched: remove unused parameter from act cleanup opsCong Wang12-16/+16
2017-12-06Merge branch 'dsa-use-per-port-upstream-port'David S. Miller3-25/+46