summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-26net/smc: keep vlan_id for SMC-R in smc_listen_work()Ursula Braun1-1/+1
2019-10-26net/smc: fix closing of fallback SMC socketsUrsula Braun1-0/+7
2019-10-26net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)1-3/+7
2019-10-26net: mvneta: make stub functions static inlineBen Dooks (Codethink)1-12/+20
2019-10-26net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardwareVincent Prince1-0/+2
2019-10-25Merge branch 'net-fix-nested-device-bugs'David S. Miller38-521/+628
2019-10-25virt_wifi: fix refcnt leak in module exit routineTaehee Yoo1-2/+52
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo15-92/+10
2019-10-25vxlan: add adjacent link to limit depth levelTaehee Yoo2-10/+44
2019-10-25net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2-21/+219
2019-10-25macsec: fix refcnt leak in module exit routineTaehee Yoo1-4/+0
2019-10-25team: fix nested locking lockdep warningTaehee Yoo2-3/+14
2019-10-25bonding: use dynamic lockdep key instead of subclassTaehee Yoo2-3/+8
2019-10-25bonding: fix unexpected IFF_BONDING bit unsetTaehee Yoo1-2/+4
2019-10-25net: core: add generic lockdep keysTaehee Yoo25-356/+63
2019-10-25net: core: limit nested device depthTaehee Yoo2-45/+231
2019-10-25keys: Fix memory leak in copy_net_nsTakeshi Misawa1-0/+1
2019-10-24net: phy: smsc: LAN8740: add PHY_RST_AFTER_CLK_EN flagMartin Fuzzey1-0/+1
2019-10-24net/flow_dissector: switch to siphashEric Dumazet8-43/+42
2019-10-23ipv6: include <net/addrconf.h> for missing declarationsBen Dooks (Codethink)1-0/+1
2019-10-23net: openvswitch: free vport unless register_netdevice() succeedsHillf Danton1-7/+4
2019-10-23selftests: Make l2tp.sh executableDavid Ahern1-0/+0
2019-10-22net: sched: taprio: fix -Wmissing-prototypes warningsYi Wang1-1/+1
2019-10-22Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski3-52/+73
2019-10-22bnxt_en: Avoid disabling pci device in bnxt_remove_one() for already disabled...Vasundhara Volam1-1/+2
2019-10-22bnxt_en: Minor formatting changes in FW devlink_health_reporterVasundhara Volam1-11/+6
2019-10-22bnxt_en: Adjust the time to wait before polling firmware readiness.Vasundhara Volam1-5/+2
2019-10-22bnxt_en: Fix devlink NVRAM related byte order related issues.Michael Chan1-27/+54
2019-10-22bnxt_en: Fix the size of devlink MSIX parameters.Vasundhara Volam2-15/+16
2019-10-22net: stmmac: Fix the problem of tso_xmityuqi jin1-0/+1
2019-10-22dynamic_debug: provide dynamic_hex_dump stubArnd Bergmann3-0/+10
2019-10-21r8152: add device id for Lenovo ThinkPad USB-C Dock Gen 2Kazutoshi Noguchi2-0/+8
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet3-8/+9
2019-10-21Merge tag 'mlx5-fixes-2019-10-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller11-118/+199
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds179-892/+1486
2019-10-19net: reorder 'struct net' fields to avoid false sharingEric Dumazet1-8/+17
2019-10-19net: dsa: fix switch tree listVivien Didelot1-1/+1
2019-10-19net: ethernet: dwmac-sun8i: show message only when switching to promiscMans Rullgard1-1/+2
2019-10-19net: aquantia: add an error handling in aq_nic_set_multicast_listChenwandun1-0/+2
2019-10-19Merge branch 'netem-fix-further-issues-with-packet-corruption'David S. Miller1-3/+8
2019-10-19net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2019-10-19net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2019-10-19macb: propagate errors when getting optional clocksMichael Tretter1-6/+6
2019-10-19xen/netback: fix error path of xenvif_connect_data()Juergen Gross1-1/+0
2019-10-19net: hns3: fix mis-counting IRQ vector numbers issueYonglong Liu6-6/+58
2019-10-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-139/+165
2019-10-19scripts/gdb: fix debugging modules on s390Ilya Leoshkevich1-1/+7
2019-10-19kernel/events/uprobes.c: only do FOLL_SPLIT_PMD for uprobe registerSong Liu1-2/+11
2019-10-19mm/thp: allow dropping THP from page cacheKirill A. Shutemov1-0/+12
2019-10-19mm/vmscan.c: support removing arbitrary sized pages from mappingWilliam Kucharski1-4/+1