summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-03-09bpf: sockmap: Only check ULP for TCP socketsLorenz Bauer
2020-03-04bpf: Add selftests for BPF_MODIFY_RETURNKP Singh
2020-03-04bpf: Add test ops for BPF_PROG_TYPE_TRACINGKP Singh
2020-03-03bpf: Add gso_size to __sk_buffWillem de Bruijn
2020-02-29ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno
2020-02-29hsr: use upper/lower device infrastructureTaehee Yoo
2020-02-29hsr: remove unnecessary rcu_read_lock() in hsr moduleTaehee Yoo
2020-02-29hsr: use netdev_err() instead of WARN_ONCE()Taehee Yoo
2020-02-29hsr: use extack error message instead of netdev_infoTaehee Yoo
2020-02-29hsr: use debugfs_remove_recursive() instead of debugfs_remove()Taehee Yoo
2020-02-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-02-28net: datagram: drop 'destructor' argument from several helpersPaolo Abeni
2020-02-28unix: uses an atomic type for scm files accountingPaolo Abeni
2020-02-28net: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28ipv6: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28net: dccp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28l2tp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28net: mpls: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-28xdp: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-27bpf: inet_diag: Dump bpf_sk_storages in inet_diag_dump()Martin KaFai Lau
2020-02-27bpf: INET_DIAG support in bpf_sk_storageMartin KaFai Lau
2020-02-27inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->dataMartin KaFai Lau
2020-02-27inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one()Martin KaFai Lau
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King
2020-02-27net: phylink: propagate resolved link config via mac_link_up()Russell King
2020-02-27unix: It's CONFIG_PROC_FS not CONFIG_PROCFSDavid S. Miller
2020-02-27unix: define and set show_fdinfo only if procfs is enabledTobias Klauser
2020-02-26net: switchdev: do not propagate bridge updates across bridgesRussell King
2020-02-26net/smc: check for valid ib_client_dataKarsten Graul
2020-02-26net: qrtr: Fix error pointer vs NULL bugsDan Carpenter
2020-02-26mptcp: add dummy icsk_sync_mss()Paolo Abeni
2020-02-26mptcp: defer work schedule until mptcp lock is releasedPaolo Abeni
2020-02-26mptcp: avoid work queue scheduling if possibleFlorian Westphal
2020-02-26mptcp: remove mptcp_read_actorFlorian Westphal
2020-02-26mptcp: add rmem queue accountingFlorian Westphal
2020-02-26mptcp: update mptcp ack sequence from work queueFlorian Westphal
2020-02-26mptcp: add work queue skeletonPaolo Abeni
2020-02-26mptcp: add and use mptcp_data_ready helperFlorian Westphal
2020-02-26af_llc: fix if-statement empty body warningRandy Dunlap
2020-02-26net/smc: improve peer ID in CLC decline for SMC-RHans Wippel
2020-02-26net/smc: rework peer ID handlingHans Wippel
2020-02-26tcp-zerocopy: Update returned getsockopt() optlen.Arjun Roy
2020-02-26ipv6: restrict IPV6_ADDRFORM operationEric Dumazet
2020-02-26net/smc: fix cleanup for linkgroup setup failuresUrsula Braun
2020-02-26net: fix sysfs permssions when device changes network namespaceChristian Brauner
2020-02-26net-sysfs: add queue_change_owner()Christian Brauner
2020-02-26net-sysfs: add netdev_change_owner()Christian Brauner