aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/socket.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-30mptcp: fix unblocking connect()Paolo Abeni1-2/+18
2020-05-30net/sched: act_ct: add nat mangle action only for NAT-conntrackwenxu1-0/+3
2020-05-30devinet: fix memleak in inetdev_init()Yang Yingliang1-0/+1
2020-05-30virtio_vsock: Fix race condition in virtio_transport_recv_pktJia He1-0/+8
2020-05-29drivers/net/ibmvnic: Update VNIC protocol version reportingThomas Falcon1-5/+3
2020-05-29NFC: st21nfca: add missed kfree_skb() in an error pathChuhong Yuan1-1/+3
2020-05-29neigh: fix ARP retransmit timer guardHangbin Liu1-2/+2
2020-05-29bpf, selftests: Add a verifier test for assigning 32bit reg states to 64bit onesJohn Fastabend1-0/+22
2020-05-29bpf, selftests: Verifier bounds tests need to be updatedJohn Fastabend1-14/+10
2020-05-29bpf: Fix a verifier issue when assigning 32bit reg states to 64bit onesJohn Fastabend1-5/+5
2020-05-29bpf: Fix use-after-free in fmod_ret checkAlexei Starovoitov1-13/+11
2020-05-29net/mlx5e: replace EINVAL in mlx5e_flower_parse_meta()Pablo Neira Ayuso1-3/+3
2020-05-29net/mlx5e: Fix MLX5_TC_CT dependenciesVlad Buslov1-1/+1
2020-05-29net/mlx5e: Properly set default values when disabling adaptive moderationTal Gilboa3-14/+37
2020-05-29net/mlx5e: Fix arch depending casting issue in FECAya Levin2-20/+24
2020-05-29net/mlx5e: Remove warning "devices are not on same switch HW"Maor Dickman1-4/+0
2020-05-29net/mlx5e: Fix stats update for matchall classifierRoi Dayan1-1/+1
2020-05-29net/mlx5: Fix crash upon suspend/resumeMark Bloch1-0/+18
2020-05-29xfrm: fix a NULL-ptr deref in xfrm_local_errorXin Long1-1/+2
2020-05-28net: be more gentle about silly gso requests coming from userEric Dumazet1-8/+9
2020-05-28sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} eventJonas Falkevik1-0/+3
2020-05-28bonding: Fix reference count leak in bond_sysfs_slave_add.Qiushi Wu1-1/+3
2020-05-28powerpc/bpf: Enable bpf_probe_read{, str}() on powerpc againPetr Mladek1-0/+1
2020-05-27net: dsa: declare lockless TX feature for slave portsVladimir Oltean1-0/+1
2020-05-27net: dsa: felix: send VLANs on CPU port as egress-taggedVladimir Oltean1-2/+6
2020-05-27bridge: multicast: work around clang bugArnd Bergmann1-1/+2
2020-05-27vsock: fix timeout in vsock_accept()Stefano Garzarella1-1/+1
2020-05-27nfp: flower: fix used time of merge flow statisticsHeinrich Kuhn1-1/+2
2020-05-27net/sched: fix infinite loop in sch_fq_pieDavide Caratti2-2/+23
2020-05-27netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso2-2/+2
2020-05-27netfilter: conntrack: comparison of unsigned in cthelper confirmationPablo Neira Ayuso1-1/+1
2020-05-27netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_updateNathan Chancellor1-3/+3
2020-05-26crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet1-1/+1
2020-05-26net: sctp: Fix spelling in Kconfig helpChris Packham1-1/+1
2020-05-26bnxt_en: fix firmware message length endiannessEdwin Peer2-15/+4
2020-05-26bnxt_en: Fix return code to "flash_device".Vasundhara Volam1-4/+5
2020-05-26bnxt_en: Fix accumulation of bp->net_stats_prev.Michael Chan1-1/+1
2020-05-26net: usb: qmi_wwan: add Telit LE910C1-EUX compositionDaniele Palmas1-0/+1
2020-05-26net: check untrusted gso_size at kernel entryWillem de Bruijn1-2/+12
2020-05-26mptcp: avoid NULL-ptr derefence on fallbackPaolo Abeni1-1/+2
2020-05-26net: stmmac: enable timestamp snapshot for required PTP packets in dwmac v5.10aFugang Duan1-1/+2
2020-05-26ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern3-9/+45
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern3-15/+71
2020-05-26nexthop: Expand nexthop_is_multipath in a few placesDavid Ahern1-16/+25
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov2-33/+59
2020-05-26nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern1-14/+13
2020-05-25qlcnic: fix missing release in qlcnic_83xx_interrupt_test.Qiushi Wu1-1/+3
2020-05-25dpaa_eth: fix usage as DSA master, try 3Vladimir Oltean1-1/+1
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav2-6/+31
2020-05-26xsk: Add overflow check for u64 division, stored into u32Björn Töpel1-2/+6