summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: Properly typecast int values to set sk_max_pacing_rateKe Li2020-10-222-2/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2020-10-2210-18/+30
| |\ \
| | * | netfilter: nf_fwd_netdev: clear timestamp in forwarding pathPablo Neira Ayuso2020-10-222-0/+2
| | * | netfilter: nftables_offload: KASAN slab-out-of-bounds Read in nft_flow_rule_c...Saeed Mirzamohammadi2020-10-202-5/+5
| | * | netfilter: ebtables: Fixes dropping of small packets in bridge natTimothée COCAULT2020-10-203-3/+3
| | * | netfilter: Drop fragmented ndisc packets assembled in netfilterGeorg Kohmann2020-10-201-0/+1
| | * | netfilter: conntrack: connection timeout after re-registerFrancesco Ruggeri2020-10-201-6/+13
| | * | ipvs: adjust the debug info in function set_tcp_statelongguang.yue2020-10-201-4/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-10-221-59/+99
| |\ \ \
| | * | | bpf: Fix bpf_redirect_neigh helper api to support supplying nexthopToke Høiland-Jørgensen2020-10-221-59/+99
| * | | | rtnetlink: fix data overflow in rtnl_calcit()Di Zhu2020-10-211-7/+6
| * | | | mptcp: depends on IPV6 but not as a moduleMatthieu Baerts2020-10-211-1/+1
| * | | | mpls: load mpls_gso after mpls_iptunnelAlexander Ovechkin2020-10-201-0/+1
| * | | | net/sched: act_tunnel_key: fix OOB write in case of IPv6 ERSPAN tunnelsDavide Caratti2020-10-201-1/+1
| * | | | net/sched: act_gate: Unlock ->tcfa_lock in tc_setup_flow_action()Guillaume Nault2020-10-201-1/+1
| * | | | mptcp: MPTCP_IPV6 should depend on IPV6 instead of selecting itGeert Uytterhoeven2020-10-201-1/+1
| * | | | nfc: Ensure presence of NFC_ATTR_FIRMWARE_NAME attribute in nfc_genl_fw_downl...Defang Bo2020-10-201-1/+1
| * | | | mptcp: MPTCP_KUNIT_TESTS should depend on MPTCP instead of selecting itGeert Uytterhoeven2020-10-201-3/+1
| * | | | mptcp: move mptcp_options_received's port initializationGeliang Tang2020-10-201-1/+1
| * | | | mptcp: initialize mptcp_options_received's ahmacGeliang Tang2020-10-201-0/+1
| * | | | net/sched: act_ct: Fix adding udp port mangle operationRoi Dayan2020-10-201-2/+2
| | |/ / | |/| |
| * | | nexthop: Fix performance regression in nexthop deletionIdo Schimmel2020-10-191-1/+1
| * | | net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tagsChristian Eggers2020-10-191-0/+2
| |/ /
| * | net: core: use list_del_init() instead of list_del() in netdev_run_todo()Taehee Yoo2020-10-181-1/+1
| * | net: openvswitch: fix to make sure flow_lookup() is not preemptedEelco Chaudron2020-10-182-25/+41
| * | icmp: randomize the global rate limiterEric Dumazet2020-10-161-2/+5
| * | tipc: fix incorrect setting window for bcast linkHoang Huu Le2020-10-161-2/+4
| * | tipc: re-configure queue limit for broadcast linkHoang Huu Le2020-10-161-1/+5
* | | Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-10-227-25/+85
|\ \ \
| * | | SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw2020-10-201-10/+17
| * | | sunrpc: raise kernel RPC channel buffer sizeRoberto Bergantinos Corpas2020-10-201-1/+1
| * | | svcrdma: fix bounce buffers for unaligned offsets and multiple pagesDan Aloni2020-10-161-1/+2
| * | | net/sunrpc: Fix return value for sysctl sunrpc.transportsArtur Molchanov2020-10-161-1/+7
| * | | sunrpc: simplify do_cache_cleanJ. Bruce Fields2020-09-251-7/+8
| * | | sunrpc: cache : Replace seq_printf with seq_putsXu Wang2020-09-251-2/+2
| * | | SUNRPC/NFSD: Implement xdr_reserve_space_vec()Anna Schumaker2020-09-251-0/+45
| * | | net: sunrpc: delete repeated wordsRandy Dunlap2020-09-253-3/+3
* | | | Merge tag '9p-for-5.10-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-10-222-3/+3
|\ \ \ \
| * | | | net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam2020-10-121-1/+1
| * | | | 9p/xen: Fix format argument warningYe Bin2020-10-091-2/+2
* | | | | Merge tag 'ceph-for-5.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2020-10-213-35/+213
|\ \ \ \ \
| * | | | | libceph: clear con->out_msg on Policy::stateful_server faultsIlya Dryomov2020-10-121-0/+5
| * | | | | libceph: format ceph_entity_addr nonces as unsignedIlya Dryomov2020-10-121-3/+3
| * | | | | libceph: move a dout in queue_con_delay()Ilya Dryomov2020-10-121-1/+1
| * | | | | libceph: switch to the new "osd blocklist add" commandIlya Dryomov2020-10-121-15/+52
| * | | | | libceph, rbd, ceph: "blacklist" -> "blocklist"Ilya Dryomov2020-10-121-4/+4
| * | | | | libceph: multiple workspaces for CRUSH computationsIlya Dryomov2020-10-121-15/+151
| | |_|_|/ | |/| | |
* | | | | Merge tag 'nfs-for-5.10-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-10-2010-283/+323
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | SUNRPC: Add an xdr_align_data() functionAnna Schumaker2020-10-071-0/+121
| * | | | SUNRPC: Add the ability to expand holes in data pagesAnna Schumaker2020-10-071-0/+69