summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-11net: stmmac: dwmac1000: Fix extended MAC address registers definitionJisheng Zhang1-4/+4
2021-06-11Merge branch 'cxgb4-fixes'David S. Miller3-24/+48
2021-06-11cxgb4: halt chip before flashing PHY firmware imageRahul Lakkireddy1-3/+19
2021-06-11cxgb4: fix sleep in atomic when flashing PHY firmwareRahul Lakkireddy3-4/+2
2021-06-11cxgb4: fix endianness when flashing boot imageRahul Lakkireddy1-17/+27
2021-06-11alx: Fix an error handling path in 'alx_probe()'Christophe JAILLET1-0/+1
2021-06-11net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri1-5/+1
2021-06-11Merge branch 'mptcp-fixes'David S. Miller4-84/+88
2021-06-11mptcp: fix soft lookup in subflow_error_report()Paolo Abeni2-36/+48
2021-06-11selftests: mptcp: enable syncookie only in absence of reordersPaolo Abeni1-3/+8
2021-06-11mptcp: do not warn on bad input from the networkPaolo Abeni1-5/+5
2021-06-11mptcp: wake-up readers only for in sequence dataPaolo Abeni3-36/+21
2021-06-11mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni1-4/+6
2021-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-47/+283
2021-06-11Merge branch 'tcp-options-oob-fixes'David S. Miller3-1/+12
2021-06-11sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy1-1/+5
2021-06-11mptcp: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+2
2021-06-11netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+5
2021-06-11net/packet: annotate data race in packet_sendmsg()Eric Dumazet1-3/+6
2021-06-11inet: annotate date races around sk->sk_txhashEric Dumazet1-3/+7
2021-06-11net: annotate data race in sock_error()Eric Dumazet1-1/+6
2021-06-11Merge branch 'bridge-egress-fixes'David S. Miller2-16/+26
2021-06-11net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov1-2/+2
2021-06-11net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2-16/+26
2021-06-10ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun1-5/+7
2021-06-10skbuff: fix incorrect msg_zerocopy copy notificationsWillem de Bruijn1-1/+3
2021-06-10Merge tag 'mlx5-fixes-2021-06-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller17-72/+112
2021-06-10net/mlx5e: Block offload of outer header csum for GRE tunnelAya Levin1-6/+3
2021-06-10net/mlx5e: Block offload of outer header csum for UDP tunnelsAya Levin1-7/+3
2021-06-10Revert "net/mlx5: Arm only EQs with EQEs"Shay Drory1-2/+4
2021-06-10net/mlx5e: Fix select queue to consider SKBTX_HW_TSTAMPAya Levin3-23/+25
2021-06-10net/mlx5e: Don't update netdev RQs with PTP-RQAya Levin1-2/+0
2021-06-10net/mlx5e: Verify dev is present in get devlink port ndoChris Mi1-0/+2
2021-06-10net/mlx5: DR, Don't use SW steering when RoCE is not supportedMaor Gottlieb1-4/+5
2021-06-10net/mlx5: Consider RoCE cap before init RDMA resourcesMaor Gottlieb1-0/+3
2021-06-10net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak3-7/+26
2021-06-10net/mlx5e: Remove dependency in IPsec initialization flowsHuy Nguyen1-3/+0
2021-06-10net/mlx5e: Fix use-after-free of encap entry in neigh update handlerVlad Buslov4-17/+40
2021-06-10net/mlx5e: Fix an error code in mlx5e_arfs_create_tables()Yang Li1-1/+1
2021-06-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2-8/+25
2021-06-10net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner1-8/+13
2021-06-10rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel1-3/+5
2021-06-10Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux...David S. Miller14-52/+109
2021-06-10udp: fix race between close() and udp_abort()Paolo Abeni2-0/+13
2021-06-09inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet1-2/+2
2021-06-09net: ethtool: clear heap allocations for ethtool functionAustin Kim1-5/+5
2021-06-09ice: parameterize functions responsible for Tx ring managementMaciej Fijalkowski1-8/+10
2021-06-09ice: add ndo_bpf callback for safe mode netdev opsMaciej Fijalkowski1-0/+15
2021-06-09netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal1-4/+18
2021-06-09selftests: netfilter: add fib test caseFlorian Westphal2-1/+222