summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2021-07-09Merge tag 'ceph-for-5.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-12/+12
2021-07-09Merge tag 'nfs-for-5.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-10/+770
2021-07-08Merge part 2 of branch 'sysfs-devel'Trond Myklebust-10/+127
2021-07-08Merge branch 'sysfs-devel'Trond Myklebust-2/+635
2021-07-08sunrpc: remove an offlined xprt using sysfsOlga Kornievskaia-4/+46
2021-07-08sunrpc: provide showing transport's state info in the sysfs directoryOlga Kornievskaia-0/+47
2021-07-08sunrpc: display xprt's queuelen of assigned tasks via sysfsOlga Kornievskaia-2/+4
2021-07-08sunrpc: provide multipath info in the sysfs directoryOlga Kornievskaia-0/+35
2021-07-08sunrpc: provide transport info in the sysfs directoryOlga Kornievskaia-0/+25
2021-07-08SUNRPC: take a xprt offline using sysfsOlga Kornievskaia-6/+67
2021-07-08sunrpc: add dst_attr attributes to the sysfs xprt directoryOlga Kornievskaia-3/+108
2021-07-08SUNRPC for TCP display xprt's source port in sysfs xprt_infoOlga Kornievskaia-4/+8
2021-07-08SUNRPC query transport's source portOlga Kornievskaia-0/+7
2021-07-08SUNRPC display xprt's main value in sysfs's xprt_infoOlga Kornievskaia-3/+3
2021-07-08SUNRPC mark the first transportOlga Kornievskaia-0/+1
2021-07-08sunrpc: add add sysfs directory per xprt under each xprt_switchOlga Kornievskaia-0/+79
2021-07-08sunrpc: add a symlink from rpc-client directory to the xprt_switchOlga Kornievskaia-4/+26
2021-07-08sunrpc: add xprt_switch direcotry to sunrpc's sysfsOlga Kornievskaia-7/+106
2021-07-08sunrpc: keep track of the xprt_class in rpc_xprt structureOlga Kornievskaia-0/+11
2021-07-08sunrpc: add IDs to multipathOlga Kornievskaia-0/+27
2021-07-08sunrpc: add xprt idOlga Kornievskaia-0/+27
2021-07-08sunrpc: Create per-rpc_clnt sysfs kobjectsOlga Kornievskaia-0/+74
2021-07-08sunrpc: Create a client/ subdirectory in the sunrpc sysfsOlga Kornievskaia-0/+43
2021-07-08sunrpc: Create a sunrpc directory under /sys/kernel/Olga Kornievskaia-1/+40
2021-07-07Merge tag 'nfsd-5.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-4/+4
2021-07-06rpc: remove redundant initialization of variable statusColin Ian King-1/+1
2021-07-06xprtrdma: Fix spelling mistakesZheng Yongjun-3/+3
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-5/+6
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-2/+2
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-4331/+10884
2021-06-30Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+2
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+2
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-241/+381
2021-06-29tcp_yeah: check struct yeah size at compile timeEric Dumazet-1/+1
2021-06-29net: say "local" instead of "static" addresses in ndo_dflt_fdb_{add,del}Vladimir Oltean-2/+2
2021-06-29net: use netdev_info in ndo_dflt_fdb_{add,del}Vladimir Oltean-3/+3
2021-06-29net: sock: add trace for socket errorsAlexander Aring-0/+10
2021-06-29net: sock: introduce sk_error_reportAlexander Aring-63/+69
2021-06-29Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+2
2021-06-29net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()Liam Howlett-2/+2
2021-06-29net: dsa: replay the local bridge FDB entries pointing to the bridge dev tooVladimir Oltean-0/+12
2021-06-29net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are ...Vladimir Oltean-5/+5
2021-06-29net: dsa: include fdb entries pointing to bridge in the host fdb listVladimir Oltean-2/+11
2021-06-29net: dsa: include bridge addresses which are local in the host fdb listTobias Waldekranz-5/+13
2021-06-29net: dsa: sync static FDB entries on foreign interfaces to hardwareVladimir Oltean-4/+8
2021-06-29net: dsa: install the host MDB and FDB entries in the master's RX filterVladimir Oltean-0/+24
2021-06-29net: dsa: reference count the FDB addresses at the cross-chip notifier levelVladimir Oltean-7/+87
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host FDBsVladimir Oltean-5/+90
2021-06-29net: dsa: reference count the MDB entries at the cross-chip notifier levelVladimir Oltean-9/+103
2021-06-29net: dsa: introduce a separate cross-chip notifier type for host MDBsVladimir Oltean-8/+92