summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-27Revert ("r8169: remove 1000/Half from supported modes")Heiner Kallweit
2019-07-27net: phylink: Fix flow control for fixed-linkRené van Dorst
2019-07-27gigaset: stop maintaining seperatelyPaul Bolle
2019-07-27net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler...Jia-Ju Bai
2019-07-27isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch...Jia-Ju Bai
2019-07-26Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2019-07-26net: qualcomm: rmnet: Fix incorrect UL checksum offload logicSubash Abhinov Kasiviswanathan
2019-07-26ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan
2019-07-26ocelot: Cancel delayed work before wq destructionClaudiu Manoil
2019-07-26qed: RDMA - Fix the hw_ver returned in device attributesMichal Kalderon
2019-07-26net: usb: qmi_wwan: Add the BroadMobi BM818 cardBob Ham
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-25ipip: validate header length in ipip_tunnel_xmitHaishuang Yan
2019-07-25selftests/net: add missing gitignores (ipv6_flowlabel)Jakub Kicinski
2019-07-25bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru
2019-07-25Documentation: TLS: fix stat counters descriptionTariq Toukan
2019-07-25nfp: tls: rename tls packet countersTariq Toukan
2019-07-25net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatchTariq Toukan
2019-07-25net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich
2019-07-25net/mlx5e: Fix matching of speed to PRM link modesAya Levin
2019-07-25net/mlx5e: Fix wrong max num channels indicationTariq Toukan
2019-07-25net/mlx5: Fix modify_cq_in alignmentEdward Srouji
2019-07-25net/mlx5: Add missing RDMA_RX capabilitiesMaor Gottlieb
2019-07-25net/mlx5: Use reversed order when unregister devicesMark Zhang
2019-07-25fsl/fman: Remove comment referring to non-existent functionChris Packham
2019-07-25st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost
2019-07-25st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost
2019-07-25tun: mark small packets as owned by the tap sockAlexis Bauvin
2019-07-25Merge branch 'dim-fixes'David S. Miller
2019-07-25lib/dim: Fix -Wunused-const-variable warningsLeon Romanovsky
2019-07-25linux/dim: Fix overflow in dim calculationYamin Friedman
2019-07-25ife: error out when nla attributes are emptyCong Wang
2019-07-25libbpf: silence GCC8 warning about string truncationAndrii Nakryiko
2019-07-24netrom: hold sock when setting skb->destructorCong Wang
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann
2019-07-24net/tls: add myself as a co-maintainerJakub Kicinski
2019-07-24net: phy: mscc: initialize stats arrayAndreas Schwab
2019-07-24net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha
2019-07-24Merge tag 'linux-can-fixes-for-5.3-20190724' of git://git.kernel.org/pub/scm/...David S. Miller
2019-07-24ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan
2019-07-24net/ipv4: cleanup error condition testingPavel Machek
2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing
2019-07-24can: peak_usb: fix potential double kfree_skb()Stephane Grosjean
2019-07-24can: flexcan: fix stop mode acknowledgmentJoakim Zhang
2019-07-24can: flexcan: fix an use-after-free in flexcan_setup_stop_mode()Wen Yang
2019-07-24can: mcp251x: add error check when wq alloc failedWeitao Hou
2019-07-24can: rcar_canfd: fix possible IRQ storm on high loadNikita Yushchenko
2019-07-24can: dev: call netif_carrier_off() in register_candev()Rasmus Villemoes
2019-07-23libbpf: fix using uninitialized ioctl resultsIlya Maximets
2019-07-23Merge branch 'fix-gso_segs'Alexei Starovoitov