aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-29net: fec_ptp: Use platform_get_irq_xxx_optional() to avoid error messageAnson Huang1-2/+2
2019-10-29net: fec_main: Use platform_get_irq_byname_optional() to avoid error messageAnson Huang1-1/+1
2019-10-29MAINTAINERS: remove Dave Watson as TLS maintainerJakub Kicinski1-1/+0
2019-10-29vxlan: check tun_info options_len properlyXin Long1-2/+4
2019-10-29erspan: fix the tun_info options_len check for erspanXin Long2-4/+4
2019-10-29net: hisilicon: Fix ping latency when deal with high throughputJiangfeng Xiao1-6/+9
2019-10-29net/mlx4_core: Dynamically set guaranteed amount of counters per VFEran Ben Elisha1-16/+26
2019-10-29Merge branch 'VLAN-fixes-for-Ocelot-switch'David S. Miller1-2/+9
2019-10-29net: mscc: ocelot: refuse to overwrite the port's native vlanVladimir Oltean1-1/+8
2019-10-29net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link is upVladimir Oltean1-1/+1
2019-10-29wimax: i2400: Fix memory leak in i2400m_op_rfkill_sw_toggleNavid Emamdoost1-1/+1
2019-10-29net: hisilicon: Fix "Trying to free already-free IRQ"Jiangfeng Xiao1-1/+0
2019-10-29fjes: Handle workqueue allocation failureWill Deacon1-1/+14
2019-10-28Merge tag 'batadv-net-for-davem-20191025' of git://git.open-mesh.org/linux-mergeDavid S. Miller4-17/+94
2019-10-28net: usb: lan78xx: Disable interrupts before calling generic_handle_irq()Daniel Wagner1-1/+4
2019-10-28net: dsa: sja1105: improve NET_DSA_SJA1105_TAS dependencyArnd Bergmann1-2/+2
2019-10-28net: ethernet: ftgmac100: Fix DMA coherency issue with SW checksumBenjamin Herrenschmidt1-13/+12
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo2-3/+31
2019-10-28udp: fix data-race in udp_set_dev_scratch()Eric Dumazet1-4/+15
2019-10-28net: dpaa2: Use the correct style for SPDX License IdentifierNishad Kamdar3-3/+3
2019-10-28Merge branch 'net-avoid-KCSAN-splats'David S. Miller18-41/+56
2019-10-28net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet6-6/+6
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet14-22/+22
2019-10-28udp: use skb_queue_empty_lockless()Eric Dumazet1-3/+3
2019-10-28net: add skb_queue_empty_lockless()Eric Dumazet1-9/+24
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-27/+77
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller7-16/+66
2019-10-26Merge branch 'ipv4-fix-route-update-on-metric-change'David S. Miller2-1/+22
2019-10-26selftests: fib_tests: add more tests for metric updatePaolo Abeni1-0/+21
2019-10-26ipv4: fix route update on metric change.Paolo Abeni1-1/+1
2019-10-26net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin1-1/+3
2019-10-26Merge tag 'ipvs-fixes-for-v5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvsPablo Neira Ayuso6-25/+36
2019-10-25cxgb4: request the TX CIDX updates to status pageRaju Rangoju1-6/+2
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault5-26/+29
2019-10-25net: ethernet: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-10-25Merge branch 'smc-fixes'David S. Miller1-1/+8
2019-10-25net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun1-1/+1
2019-10-25net/smc: fix closing of fallback SMC socketsUrsula Braun1-0/+7
2019-10-25net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)1-3/+7
2019-10-25net: mvneta: make stub functions static inlineBen Dooks (Codethink)1-12/+20
2019-10-25net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-24Merge branch 'net-fix-nested-device-bugs'David S. Miller38-521/+628
2019-10-24virt_wifi: fix refcnt leak in module exit routineTaehee Yoo1-2/+52
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo15-92/+10
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo2-10/+44
2019-10-24net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2-21/+219
2019-10-24macsec: fix refcnt leak in module exit routineTaehee Yoo1-4/+0
2019-10-24team: fix nested locking lockdep warningTaehee Yoo2-3/+14
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo2-3/+8