summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-25ife: error out when nla attributes are emptyCong Wang1-0/+5
2019-07-25netrom: hold sock when setting skb->destructorCong Wang1-0/+1
2019-07-25ovs: datapath: hide clang frame-overflow warningsArnd Bergmann1-7/+8
2019-07-25net/tls: add myself as a co-maintainerJakub Kicinski1-0/+1
2019-07-25net: phy: mscc: initialize stats arrayAndreas Schwab1-8/+8
2019-07-25net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha1-4/+4
2019-07-25Merge tag 'linux-can-fixes-for-5.3-20190724' of git://git.kernel.org/pub/scm/...David S. Miller6-57/+98
2019-07-24ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan1-1/+2
2019-07-24net/ipv4: cleanup error condition testingPavel Machek1-1/+1
2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing1-15/+33
2019-07-24can: peak_usb: fix potential double kfree_skb()Stephane Grosjean1-4/+4
2019-07-24can: flexcan: fix stop mode acknowledgmentJoakim Zhang1-4/+27
2019-07-24can: flexcan: fix an use-after-free in flexcan_setup_stop_mode()Wen Yang1-3/+5
2019-07-24can: mcp251x: add error check when wq alloc failedWeitao Hou1-27/+22
2019-07-24can: rcar_canfd: fix possible IRQ storm on high loadNikita Yushchenko1-4/+5
2019-07-24can: dev: call netif_carrier_off() in register_candev()Rasmus Villemoes1-0/+2
2019-07-24net: thunderx: Use fwnode_get_mac_address()Andy Shevchenko1-12/+6
2019-07-23sky2: Disable MSI on ASUS P6TTakashi Iwai1-0/+7
2019-07-23net: dsa: sja1105: sja1105_main: Add of_node_put()Nishka Dasgupta1-0/+3
2019-07-23net: dsa: mv88e6xxx: chip: Add of_node_put() before returnNishka Dasgupta1-0/+1
2019-07-23Merge branch 'selftests-forwarding-GRE-multipath-fixes'David S. Miller1-12/+16
2019-07-23selftests: forwarding: gre_multipath: Fix flower filtersIdo Schimmel1-12/+12
2019-07-23selftests: forwarding: gre_multipath: Enable IPv4 forwardingIdo Schimmel1-0/+4
2019-07-23Revert "net: hns: fix LED configuration for marvell phy"David S. Miller1-22/+1
2019-07-23net: stmmac: Do not cut down 1G modesJose Abreu1-8/+3
2019-07-23Merge branch 'stmmac-fixes'David S. Miller1-11/+10
2019-07-23net: stmmac: Use kcalloc() instead of kmalloc_array()Jose Abreu1-9/+8
2019-07-23net: stmmac: RX Descriptors need to be clean before setting buffersJose Abreu1-2/+2
2019-07-23net: hns: fix LED configuration for marvell phyYonglong Liu1-1/+22
2019-07-23net: mvpp2: Don't check for 3 consecutive Idle frames for 10G linksMaxime Chevallier1-3/+3
2019-07-22bonding: Force slave speed check after link state recovery for 802.3adThomas Falcon1-0/+9
2019-07-22Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2019-07-22Merge tag 'for-linus-20190722' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2019-07-22Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-4/+32
2019-07-22sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=yThomas Gleixner1-4/+4
2019-07-22Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2-2/+8
2019-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds91-236/+322
2019-07-22pidfd: fix a poll race when setting exit_stateSuren Baghdasaryan1-0/+1
2019-07-22tcp: be more careful in tcp_fragment()Eric Dumazet2-2/+16
2019-07-22hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback()Haiyang Zhang1-1/+0
2019-07-22Linus 5.3-rc1Linus Torvalds1-2/+2
2019-07-21vrf: make sure skb->data contains ip header to make routingPeter Kosyh1-23/+35
2019-07-21connector: remove redundant input callback from cn_devVasily Averin2-6/+1
2019-07-21qed: Prefer pcie_capability_read_word()Frederick Lawler1-3/+2
2019-07-21igc: Prefer pcie_capability_read_word()Frederick Lawler1-8/+4
2019-07-21cxgb4: Prefer pcie_capability_read_word()Frederick Lawler2-10/+5
2019-07-21be2net: Synchronize be_update_queues with dev_watchdogBenjamin Poirier1-0/+5
2019-07-21bnx2x: Prevent load reordering in tx completion processingBrian King1-0/+3
2019-07-21net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn1-1/+1
2019-07-21net: sched: verify that q!=NULL before setting q->flagsVlad Buslov1-1/+3