summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-05-28sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} eventJonas Falkevik
2020-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-05-27net: dsa: declare lockless TX feature for slave portsVladimir Oltean
2020-05-27bridge: multicast: work around clang bugArnd Bergmann
2020-05-27vsock: fix timeout in vsock_accept()Stefano Garzarella
2020-05-27net/sched: fix infinite loop in sch_fq_pieDavide Caratti
2020-05-27netfilter: nf_conntrack_pptp: fix compilation warning with W=1 buildPablo Neira Ayuso
2020-05-27netfilter: conntrack: comparison of unsigned in cthelper confirmationPablo Neira Ayuso
2020-05-27netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_updateNathan Chancellor
2020-05-26net: sctp: Fix spelling in Kconfig helpChris Packham
2020-05-26mptcp: avoid NULL-ptr derefence on fallbackPaolo Abeni
2020-05-26ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern
2020-05-26ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern
2020-05-26nexthops: don't modify published nexthop groupsNikolay Aleksandrov
2020-05-26nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern
2020-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2020-05-25Merge tag 'mac80211-for-net-2020-05-25' of git://git.kernel.org/pub/scm/linux...David S. Miller
2020-05-25net/tls: fix race condition causing kernel panicVinay Kumar Yadav
2020-05-25netfilter: nfnetlink_cthelper: unbreak userspace helper supportPablo Neira Ayuso
2020-05-25netfilter: conntrack: make conntrack userspace helpers work againPablo Neira Ayuso
2020-05-25netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso
2020-05-25netfilter: ipset: Fix subcounter update skipPhil Sutter
2020-05-25netfilter: nft_reject_bridge: enable reject with bridge vlanMichael Braun
2020-05-25cfg80211: fix debugfs rename crashJohannes Berg
2020-05-25mac80211: mesh: fix discovery timer re-arming issue / crashLinus Lüssing
2020-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-23rxrpc: Fix a memory leak in rxkad_verify_response()Qiushi Wu
2020-05-22Merge tag 'rxrpc-fixes-20200520' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2020-05-22sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen
2020-05-22tipc: block BH before using dst_cacheEric Dumazet
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-05-22mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary
2020-05-21flow_dissector: Drop BPF flow dissector prog ref on netns cleanupJakub Sitnicki
2020-05-21net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca
2020-05-21net: ipip: fix wrong address family in init error pathVadim Fedorenko
2020-05-21net/tls: free record only on encryption errorVadim Fedorenko
2020-05-21net/tls: fix encryption error checkingVadim Fedorenko
2020-05-21net: qrtr: Fix passing invalid reference to qrtr_local_enqueue()Manivannan Sadhasivam
2020-05-21ethtool: count header size in reply size estimateMichal Kubecek
2020-05-20net: nlmsg_cancel() if put fails for nhmsgStephen Worley
2020-05-20ax25: fix setsockopt(SO_BINDTODEVICE)Eric Dumazet
2020-05-20rxrpc: Fix ack discardDavid Howells
2020-05-20rxrpc: Trace discarded ACKsDavid Howells
2020-05-19sctp: Don't add the shutdown timer if its already been addedNeil Horman
2020-05-19__netif_receive_skb_core: pass skb by referenceBoris Sukholitko
2020-05-19net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau
2020-05-19mptcp: use rightmost 64 bits in ADD_ADDR HMACTodd Malsbary
2020-05-17net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin
2020-05-17nexthop: Fix attribute checking for groupsDavid Ahern
2020-05-16net: dsa: mt7530: fix roaming from DSA user portsDENG Qingfang