aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cisco (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-088139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NICMatthew Whitehead1-0/+1
2019-03-08fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2-4/+4
2019-03-08net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov1-10/+7
2019-03-08vhost: silence an unused-variable warningArnd Bergmann1-1/+1
2019-03-08vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr1-7/+15
2019-03-08connector: fix unsafe usage of ->real_parentLi RongQing1-4/+18
2019-03-08vxlan: do not need BH again in vxlan_cleanup()Litao Jiao1-2/+2
2019-03-08net: hns3: add dma_rmb() for rx descriptionJian Shen1-0/+2
2019-03-08net: add missing documentation in linux/skbuff.hPedro Tammela1-5/+59
2019-03-08ARM: dts: stm32: Add Ethernet support on stm32h7 SOC and activate it for eval and disco boardsChristophe Roullier4-0/+62
2019-03-08dt-bindings: net: stmmac: remove syscfg clock propertyChristophe Roullier1-2/+1
2019-03-08net: ethernet: stmmac: add management of clk_csr propertyChristophe Roullier1-0/+3
2019-03-08dt-bindings: net: stmmac: add phys config propertiesChristophe Roullier1-3/+3
2019-03-08net: ethernet: stmmac: update to support all PHY config for stm32mp157c.Christophe Roullier1-21/+86
2019-03-08net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c.Christophe Roullier1-1/+29
2019-03-08sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate()Xin Long1-0/+10
2019-03-08sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init()Xin Long2-14/+10
2019-03-08sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() failsXin Long1-10/+24
2019-03-08vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio1-1/+2
2019-03-08rxrpc: Fix client call connect/disconnect raceDavid Howells2-5/+17
2019-03-08sctp: remove sched init from sctp_stream_initXin Long1-2/+0
2019-03-08route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long1-0/+4
2019-03-07net/hsr: fix possible crash in add_timer()Eric Dumazet1-8/+6
2019-03-07nfp: fix simple vNIC mailbox lengthDirk van der Merwe1-1/+1
2019-03-07net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlNathan Chancellor1-1/+1
2019-03-07net: stmmac: Avoid sometimes uninitialized Clang warningsNathan Chancellor1-3/+3
2019-03-07net: atm: Use IS_ENABLED in atm_dev_ioctlNathan Chancellor1-6/+2
2019-03-07ethtool: reduce stack usage with clangArnd Bergmann1-7/+9
2019-03-07qede: Fix internal loopback failure with jumbo mtu configurationSudarsana Reddy Kalluru1-2/+5
2019-03-07enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann1-3/+3
2019-03-07peak_usb: fix clang build warningArnd Bergmann1-1/+1
2019-03-07ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai1-1/+1
2019-03-07isdn: isdnloop: fix pointer dereference bugArnd Bergmann1-1/+1
2019-03-07davinci_emac: always build in CONFIG_OF codeArnd Bergmann1-3/+1
2019-03-06tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh1-0/+5
2019-03-06net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan3-1/+16
2019-03-06net: sched: flower: insert new filter to idr after setting its maskVlad Buslov1-21/+22
2019-03-06tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin1-0/+4
2019-03-06appletalk: Add atalk.h header files to MAINTAINERS fileArnd Bergmann1-0/+2
2019-03-06appletalk: Fix compile regressionArnd Bergmann1-4/+14
2019-03-06iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire1-3/+6
2019-03-06ipv4/route: fail early when inet dev is missingPaolo Abeni1-4/+5
2019-03-06net: hns3: Fix a logical vs bitwise typoDan Carpenter1-2/+2
2019-03-05net/sched: act_tunnel_key: Fix double free dst_cachewenxu1-16/+6
2019-03-05tipc: fix RDM/DGRAM connect() regressionErik Hugne1-1/+1
2019-03-05x86: Deprecate a.out supportBorislav Petkov2-2/+1
2019-03-05a.out: remove core dumping supportLinus Torvalds6-485/+0
2019-03-05Revert "s390/cpum_cf: Add kernel message exaplanations"Martin Schwidefsky2-81/+0
2019-03-04fs: Make splice() and tee() take into account O_NONBLOCK flag on pipesSlavomir Kaslev1-0/+12
2019-03-04net/sched: avoid unused-label warningArnd Bergmann1-1/+1