summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai
2020-02-06net: mvneta: move rx_dropped and rx_errors in per-cpu statsLorenzo Bianconi
2020-02-06cxgb4: Added tls stats prints.Devulapally Shiva Krishna
2020-02-06mptcp: fix use-after-free for ipv6Florian Westphal
2020-02-05qed: Fix timestamping issue for L2 unicast ptp packets.Sudarsana Reddy Kalluru
2020-02-05Merge branch 'macb-TSO-bug-fixes'David S. Miller
2020-02-05net: macb: Limit maximum GEM TX length in TSOHarini Katakam
2020-02-05net: macb: Remove unnecessary alignment check for TSOHarini Katakam
2020-02-05bonding/alb: properly access headers in bond_alb_xmit()Eric Dumazet
2020-02-05devlink: report 0 after hitting end in region readJacob Keller
2020-02-05net: ethernet: dec: tulip: Fix length mask in receive length calculationMoritz Fischer
2020-02-05Merge branch 'wg-fixes'David S. Miller
2020-02-05wireguard: selftests: tie socket waiting to target pidJason A. Donenfeld
2020-02-05wireguard: selftests: cleanup CONFIG_ENABLE_WARN_DEPRECATEDKrzysztof Kozlowski
2020-02-05wireguard: selftests: ensure non-addition of peers with failed precomputationJason A. Donenfeld
2020-02-05wireguard: noise: reject peers with low order public keysJason A. Donenfeld
2020-02-05wireguard: allowedips: fix use-after-free in root_remove_peer_listsEric Dumazet
2020-02-05net_sched: fix a resource leak in tcindex_set_parms()Cong Wang
2020-02-05mptcp: fix use-after-free on tcp fallbackFlorian Westphal
2020-02-05net: dsa: microchip: Platform data shan't include kernel.hAndy Shevchenko
2020-02-05net: dsa: b53: Platform data shan't include kernel.hAndy Shevchenko
2020-02-05netdevsim: fix ptr_ret.cocci warningskbuild test robot
2020-02-05net: sgi: ioc3-eth: Remove leftover free_irq()Thomas Bogendoerfer
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-04Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2020-02-04Merge tag 'ovl-update-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-02-04gtp: use __GFP_NOWARN to avoid memalloc warningTaehee Yoo
2020-02-04l2tp: Allow duplicate session creation with UDPRidge Kennedy
2020-02-04r8152: Add MAC passthrough support to new deviceKai-Heng Feng
2020-02-04net_sched: fix an OOB access in cls_tcindexCong Wang
2020-02-04microblaze: Add ID for Microblaze v11Michal Simek
2020-02-04microblaze: Prevent the overflow of the startShubhrajyoti Datta
2020-02-04microblaze: Wire CMA allocatorMichal Simek
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek
2020-02-04microblaze: Sync defconfig with latest Kconfig layoutMichal Simek
2020-02-04microblaze: defconfig: Disable EXT2 driver and Enable EXT3 & EXT4 driversManish Narani
2020-02-04Merge tag 'rproc-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds
2020-02-04Merge tag 'hwlock-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds
2020-02-04qed: Remove set but not used variable 'p_link'YueHaibing
2020-02-04Merge branch 'unbreak-basic-and-bpf-tdc-testcases'David S. Miller
2020-02-04tc-testing: add missing 'nsPlugin' to basic.jsonDavide Caratti
2020-02-04tc-testing: fix eBPF tests failure on linux fresh clonesDavide Caratti
2020-02-04net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet
2020-02-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-02-04Merge tag 'drm-next-2020-02-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-02-04Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-02-04Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2020-02-04ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()Chen-Yu Tsai