summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-07-23selftests/bpf: add another gso_segs accessEric Dumazet
2019-07-23bpf: fix access to skb_shared_info->gso_segsEric Dumazet
2019-07-23net: thunderx: Use fwnode_get_mac_address()Andy Shevchenko
2019-07-23bpf: fix narrower loads on s390Ilya Leoshkevich
2019-07-23sky2: Disable MSI on ASUS P6TTakashi Iwai
2019-07-23net: dsa: sja1105: sja1105_main: Add of_node_put()Nishka Dasgupta
2019-07-23net: dsa: mv88e6xxx: chip: Add of_node_put() before returnNishka Dasgupta
2019-07-23Merge branch 'selftests-forwarding-GRE-multipath-fixes'David S. Miller
2019-07-23selftests: forwarding: gre_multipath: Fix flower filtersIdo Schimmel
2019-07-23selftests: forwarding: gre_multipath: Enable IPv4 forwardingIdo Schimmel
2019-07-22Revert "net: hns: fix LED configuration for marvell phy"David S. Miller
2019-07-22net: stmmac: Do not cut down 1G modesJose Abreu
2019-07-22Merge branch 'stmmac-fixes'David S. Miller
2019-07-22net: stmmac: Use kcalloc() instead of kmalloc_array()Jose Abreu
2019-07-22net: stmmac: RX Descriptors need to be clean before setting buffersJose Abreu
2019-07-22net: hns: fix LED configuration for marvell phyYonglong Liu
2019-07-22net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier
2019-07-22bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon
2019-07-22Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-07-22Merge tag 'for-linus-20190722' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-22Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-22sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=yThomas Gleixner
2019-07-22Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-22selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich
2019-07-22libbpf: Avoid designated initializers for unnamed union membersArnaldo Carvalho de Melo
2019-07-22libbpf: Fix endianness macro usage for some compilersArnaldo Carvalho de Melo
2019-07-22Merge branch 'bpf-sockmap-tls-fixes'Daniel Borkmann
2019-07-22selftests/tls: add shutdown testsJakub Kicinski
2019-07-22selftests/tls: close the socket with open recordJakub Kicinski
2019-07-22selftests/tls: add a bidirectional testJakub Kicinski
2019-07-22selftests/tls: test error codes around TLS ULP installationJakub Kicinski
2019-07-22selftests/tls: add a test for ULP but no keysJakub Kicinski