summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-10-30net: dccp: Add __printf() markup to fix -Wsuggest-attribute=formatAndrew Lunn
2020-10-30net: tipc: Fix parameter types passed to %s formaterAndrew Lunn
2020-10-30Merge tag 'wimax-staging' of git://git.kernel.org:/pub/scm/linux/kernel/git/a...Jakub Kicinski
2020-10-30tipc: add stricter control of reserved service typesJon Maloy
2020-10-29bridge: cfm: Netlink Notifications.Henrik Bjoernlund
2020-10-29bridge: cfm: Netlink GET status Interface.Henrik Bjoernlund
2020-10-29bridge: cfm: Netlink GET configuration Interface.Henrik Bjoernlund
2020-10-29bridge: cfm: Netlink SET configuration Interface.Henrik Bjoernlund
2020-10-29bridge: cfm: Kernel space implementation of CFM. CCM frame RX added.Henrik Bjoernlund
2020-10-29bridge: cfm: Kernel space implementation of CFM. CCM frame TX added.Henrik Bjoernlund
2020-10-29bridge: cfm: Kernel space implementation of CFM. MEP create/delete.Henrik Bjoernlund
2020-10-29bridge: cfm: Add BRIDGE_CFM to Kconfig.Henrik Bjoernlund
2020-10-29net: bridge: extend the process of special framesHenrik Bjoernlund
2020-10-29vsock: fix the error return when an invalid ioctl command is usedColin Ian King
2020-10-29vsock: remove ratelimit unknown ioctl messageColin Ian King
2020-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-29Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-10-29netem: fix zero division in tabledistAleksandr Nogikh
2020-10-29wimax: move out to stagingArnd Bergmann
2020-10-29wimax: fix duplicate initializer warningArnd Bergmann
2020-10-29mptcp: add missing memory scheduling in the rx pathPaolo Abeni
2020-10-29tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe
2020-10-27net: protect tcf_block_unbind with block lockLeon Romanovsky
2020-10-27net: core: Use skb_is_gso() in skb_checksum_help()Yi Li
2020-10-27net/sched: act_mpls: Add softdep on mpls_gso.koGuillaume Nault
2020-10-27devlink: Unlock on error in dumpit()Dan Carpenter
2020-10-27devlink: Fix some error codesDan Carpenter
2020-10-26net/smc: fix suppressed return codeKarsten Graul
2020-10-26net/smc: fix null pointer dereference in smc_listen_decline()Karsten Graul
2020-10-26vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau
2020-10-23tcp: Prevent low rmem stalls with SO_RCVLOWAT.Arjun Roy
2020-10-23Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2020-10-22tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell
2020-10-22net: Properly typecast int values to set sk_max_pacing_rateKe Li
2020-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2020-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-10-22Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-10-22Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-10-22netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso
2020-10-21rtnetlink: fix data overflow in rtnl_calcit()Di Zhu
2020-10-22bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen
2020-10-21Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2020-10-21mptcp: depends on IPV6 but not as a moduleMatthieu Baerts
2020-10-20mpls: load mpls_gso after mpls_iptunnelAlexander Ovechkin
2020-10-20net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti
2020-10-20net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault
2020-10-20mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting itGeert Uytterhoeven